diff options
author | Timo Sirainen <cras@irssi.org> | 2001-02-23 05:02:33 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-02-23 05:02:33 +0000 |
commit | 86d4a229d693112a7d4e1ee65c8816c0dd4e5ae9 (patch) | |
tree | 42e36991484e267b3188d73acc2f2d185987f4f1 /src | |
parent | 39e2a4225cc305b8182d84f74d0a87670e0d159c (diff) | |
download | irssi-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')
-rw-r--r-- | src/common.h | 2 |
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> |