diff options
author | Wouter Coekaerts <coekie@irssi.org> | 2005-04-25 22:21:19 +0000 |
---|---|---|
committer | coekie <coekie@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2005-04-25 22:21:19 +0000 |
commit | 57d78e276f1651bb328816dce1d1d3593cc6a9c3 (patch) | |
tree | 152a2d51331ef666d5cc7a4066e7bedf4423ea77 | |
parent | 0e878b22f9b3e9569f7f0ddf82023ff2556c7fd1 (diff) | |
download | irssi-57d78e276f1651bb328816dce1d1d3593cc6a9c3.zip |
Compile fix for gcc 4 (Bug 219)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3726 dbcabf3a-b0e7-0310-adc4-f8d773084564
-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 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 <stdio.h> |