From 57d78e276f1651bb328816dce1d1d3593cc6a9c3 Mon Sep 17 00:00:00 2001 From: Wouter Coekaerts Date: Mon, 25 Apr 2005 22:21:19 +0000 Subject: Compile fix for gcc 4 (Bug 219) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3726 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 085125a5..fcc4df86 100644 --- a/src/common.h +++ b/src/common.h @@ -14,7 +14,7 @@ #define DEFAULT_SERVER_ADD_PORT 6667 #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../config.h" #endif #include -- cgit v1.2.3