diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 04:41:59 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 04:41:59 +0200 |
commit | df33905ad18dafc26ad62bda12515890299b4bdc (patch) | |
tree | 5ddc8423eff96402099f2465a52ecad36136b918 /src/fe-gtk/sexy-spell-entry.c | |
parent | 0ca97e210869dbf2db3df3fcbb3c6266cd198537 (diff) |
Relocate typedef.h
Diffstat (limited to 'src/fe-gtk/sexy-spell-entry.c')
-rw-r--r-- | src/fe-gtk/sexy-spell-entry.c | 2 |
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> |