diff options
author | TingPing <tingping@tingping.se> | 2014-09-06 10:44:52 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-09-14 17:43:44 -0400 |
commit | 7a4a0243bd0a97abd0f231269c4265e0b1fa7712 (patch) | |
tree | 52f8813e5e557e8dc69108204f3d245706ea9d1e /src/common/hexchat.h | |
parent | e209e55e5921e9ccaf1f713aa5010ddf1cb1c2d8 (diff) |
Fix out of source builds
Fixes #1018
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index c0a7d253..bbf32da5 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -17,7 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "../../config.h" +#include "config.h" #include <glib.h> #include <glib/gstdio.h> |