summary refs log tree commit diff stats
path: root/src/fe-gtk/sexy-spell-entry.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-21 04:41:59 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-21 04:41:59 +0200
commitdf33905ad18dafc26ad62bda12515890299b4bdc (patch)
tree5ddc8423eff96402099f2465a52ecad36136b918 /src/fe-gtk/sexy-spell-entry.c
parent0ca97e210869dbf2db3df3fcbb3c6266cd198537 (diff)
Relocate typedef.h
Diffstat (limited to 'src/fe-gtk/sexy-spell-entry.c')
-rw-r--r--src/fe-gtk/sexy-spell-entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/sexy-spell-entry.c b/src/fe-gtk/sexy-spell-entry.c
index 87fa6582..02f6b615 100644
--- a/src/fe-gtk/sexy-spell-entry.c
+++ b/src/fe-gtk/sexy-spell-entry.c
@@ -34,7 +34,7 @@
 #include "sexy-marshal.h"
 
 #ifdef WIN32
-#include "typedef.h"
+#include "../common/typedef.h"
 #include <io.h>
 #else
 #include <unistd.h>