aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/bitlbee.h b/bitlbee.h
index a6f72a52..e185e05e 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -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
@@ -35,7 +37,7 @@
#define _WIN32_WINNT 0x0501
#define PACKAGE "BitlBee"
-#define BITLBEE_VERSION "1.2.4"
+#define BITLBEE_VERSION "1.2.5"
#define VERSION BITLBEE_VERSION
#define MAX_STRING 511
@@ -131,7 +133,6 @@
#include "commands.h"
#include "account.h"
#include "nick.h"
-#include "chat.h"
#include "conf.h"
#include "log.h"
#include "ini.h"