From: Evan S. <ev...@dr...> - 2007-04-02 23:08:41
|
It's already at the top of internal.h which is the first #include there... -Evan On Apr 2, 2007, at 6:53 PM, Gabriel Schulhof wrote: > # 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" > > > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel > |