From: <sa...@us...> - 2006-10-17 05:00:49
|
Revision: 17494 http://svn.sourceforge.net/gaim/?rev=17494&view=rev Author: sadrul Date: 2006-10-16 22:00:19 -0700 (Mon, 16 Oct 2006) Log Message: ----------- I believe this was required to make libgnt compile in osx (Is this correct, LSchiere?) Modified Paths: -------------- trunk/console/libgnt/gntmain.c Modified: trunk/console/libgnt/gntmain.c =================================================================== --- trunk/console/libgnt/gntmain.c 2006-10-17 04:34:55 UTC (rev 17493) +++ trunk/console/libgnt/gntmain.c 2006-10-17 05:00:19 UTC (rev 17494) @@ -1,4 +1,7 @@ #define _GNU_SOURCE +#if defined(__APPLE__) +#define _XOPEN_SOURCE_EXTENDED +#endif #include "config.h" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |