From: Gabriel S. <ni...@go...> - 2007-04-02 22:53:33
|
# Hi! # Can we please have the following at the top of gtkutils.c ? I # really need this for Gaim to build # # TIA, # # # # Gabriel Index: gtk/gtkutils.c =================================================================== --- gtk/gtkutils.c (revision 18228) +++ gtk/gtkutils.c (working copy) @@ -22,6 +22,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif /* def HAVE_CONFIG_H */ #include "internal.h" #include "gtkgaim.h" |