changeset 14738:e1cfdb131c62

[gaim-migrate @ 17494] I believe this was required to make libgnt compile in osx (Is this correct, LSchiere?) committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 17 Oct 2006 05:00:19 +0000
parents 87fe294744aa
children 63d5b71d0c68
files console/libgnt/gntmain.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/console/libgnt/gntmain.c	Tue Oct 17 04:34:55 2006 +0000
+++ b/console/libgnt/gntmain.c	Tue Oct 17 05:00:19 2006 +0000
@@ -1,4 +1,7 @@
 #define _GNU_SOURCE
+#if defined(__APPLE__)
+#define _XOPEN_SOURCE_EXTENDED
+#endif
 
 #include "config.h"