aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-05-25 23:26:54 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-05-25 23:26:54 +0100
commitf60079b74053a53da3720b992c603fddf75ff1dd (patch)
tree4625c2054e6d4a5cff6f938a4b00cf01fe735900 /bitlbee.h
parent51a799ef9c2a144bf3edc58130bfc1e275cdd53f (diff)
Allow one to run the configure script from a different directory and put all
build files in there. I need this to properly make Debian package variants (i.e. libpurple and native).
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitlbee.h b/bitlbee.h
index f4e03d76..1dc434ec 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -42,7 +42,7 @@
#define MAX_STRING 511
#if HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <fcntl.h>