diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-14 17:55:27 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-14 17:55:27 +0000 |
commit | fb009891bb60921401ffeb47b33cf35a246cbe34 (patch) | |
tree | 64802b4ef62334559815ca4a5b6d1e04fa6a49ae /bitlbee.h | |
parent | 8fb1263325c6839b792c352283abac3f63142fa2 (diff) | |
parent | c6ca3ee33e27feefb8cae0dc1d55a7239baf43cb (diff) |
Adding a few consts and other misc fixes from bug #431. Doing this via a
merge because bzr can probably deal with the conflicts better than patch.
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 |