# HG changeset patch # User Sadrul Habib Chowdhury # Date 1161061219 0 # Node ID e1cfdb131c621b1ef3f0c04c02c4193bcffd6af1 # Parent 87fe294744aa6618105cc22c3b6e4b2f3590fc18 [gaim-migrate @ 17494] I believe this was required to make libgnt compile in osx (Is this correct, LSchiere?) committer: Tailor Script diff -r 87fe294744aa -r e1cfdb131c62 console/libgnt/gntmain.c --- 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"