GNOME Bugzilla – Bug 156503
without prototype declaration
Last modified: 2004-12-22 21:47:04 UTC
Please describe the problem: Some functions are used without prototype declaration. Functins C Sources Headers gtk_icon_size_lookup_for_settings gtkfilechooserbutton.c gtkiconfactory.h gtk_vbox_new gtkmessagedialog.c gtkvbox.h Steps to reproduce: 1. compile by Visual C++ Actual results: gtkfilechooserbutton.c and gtkmessagedialog.c are not compiled. Expected results: include gtkiconfactory.h in gtkfilechooserbutton.c include gtkvbox.h in gtkmessagedialog.c Does this happen every time? every time Other information:
2004-10-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmessagedialog.c: * gtk/gtkfilechooserbutton.c: Add missing includes. (#156503, Kazuki IWAMOTO)