summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-02-23 05:02:33 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-02-23 05:02:33 +0000
commit86d4a229d693112a7d4e1ee65c8816c0dd4e5ae9 (patch)
tree42e36991484e267b3188d73acc2f2d185987f4f1 /src/common.h
parent39e2a4225cc305b8182d84f74d0a87670e0d159c (diff)
downloadirssi-86d4a229d693112a7d4e1ee65c8816c0dd4e5ae9.zip
#include "config.h", not "../config.h" so building from objdir works
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1291 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index e5b8d6c6..8a638097 100644
--- a/src/common.h
+++ b/src/common.h
@@ -5,7 +5,7 @@
#define IRSSI_WEBSITE "http://irssi.org"
#ifdef HAVE_CONFIG_H
-#include "../config.h"
+#include "config.h"
#endif
#include <stdio.h>