GNOME Bugzilla – Bug 642642
Missed include in gtk/gtkmodules.c
Last modified: 2011-02-19 14:44:22 UTC
Hi, (This is in response to the updates applied in commit 64adba6e3e44551a99dfae9e9198f7645c7bec35-"Extend the mixed-dependency check to modules as well" on 2011-02-08 23:02:48 (GMT)) I have applied the patches to the sources to 2.24.0 from the GIT commits, and it seems that the change in gtk/gtkmodules.c would trigger a C4013 warning/error for _gtk_module_has_mixed_deps under Visual C++ (which is probably a "implicit declaration of ..." for GCC users). It seems that the gtkmain.h header needs to be included in that gtk/gtkmodules.c as well to remedy that (I did so after the line "#include "gtkalias.h" but am not sure whether it is the right place). Thank you!