diff options
Diffstat (limited to 'bitlbee.h')
-rw-r--r-- | bitlbee.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,7 +26,9 @@ #ifndef _BITLBEE_H #define _BITLBEE_H +#ifndef _GNU_SOURCE #define _GNU_SOURCE /* Stupid GNU :-P */ +#endif /* Depend on Windows 2000 for now since we need getaddrinfo() */ #define _WIN32_WINNT 0x0501 |