Revision: 2178 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2178&view=re... Author: codebrainz Date: 2011-08-27 21:04:41 +0000 (Sat, 27 Aug 2011) Log Message: ----------- Use config.h to detect whether HAVE_BOOK_MANAGER is defined.
Modified Paths: -------------- trunk/geany-plugins/devhelp/src/dhp-object.c
Modified: trunk/geany-plugins/devhelp/src/dhp-object.c =================================================================== --- trunk/geany-plugins/devhelp/src/dhp-object.c 2011-08-27 20:48:00 UTC (rev 2177) +++ trunk/geany-plugins/devhelp/src/dhp-object.c 2011-08-27 21:04:41 UTC (rev 2178) @@ -23,6 +23,9 @@ #include <string.h> #include <gtk/gtk.h> #include <geanyplugin.h> +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif
#include <devhelp/dh-base.h> #include <devhelp/dh-book-tree.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.