From 86d4a229d693112a7d4e1ee65c8816c0dd4e5ae9 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 23 Feb 2001 05:02:33 +0000 Subject: [PATCH] #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 --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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