From: <sa...@us...> - 2006-11-06 00:08:15
|
Revision: 17676 http://svn.sourceforge.net/gaim/?rev=17676&view=rev Author: sadrul Date: 2006-11-05 16:08:00 -0800 (Sun, 05 Nov 2006) Log Message: ----------- This should fix the compile errors. Modified Paths: -------------- trunk/console/libgnt/gntwm.c Modified: trunk/console/libgnt/gntwm.c =================================================================== --- trunk/console/libgnt/gntwm.c 2006-11-05 23:32:44 UTC (rev 17675) +++ trunk/console/libgnt/gntwm.c 2006-11-06 00:08:00 UTC (rev 17676) @@ -3,6 +3,8 @@ #define _XOPEN_SOURCE_EXTENDED #endif +#include "config.h" + #include "gntwm.h" #include "gntstyle.h" #include "gntmarshal.h" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |