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-07-21 16:25:08 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-21 16:25:08 +0200
commitd05d298bbb0cb262b0a9983afea6236b46777ed4 (patch)
tree29849190ce07f98606a8b731e68b8f81f0ed1956 /src/fe-gtk/sexy-spell-entry.c
parent9dd3942c88b79bd9f64fd497bf8dd21ed7794c66 (diff)
Get rid of yet another implicit declaration
Diffstat (limited to 'src/fe-gtk/sexy-spell-entry.c')
-rw-r--r--src/fe-gtk/sexy-spell-entry.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-gtk/sexy-spell-entry.c b/src/fe-gtk/sexy-spell-entry.c
index cd4850be..87fa6582 100644
--- a/src/fe-gtk/sexy-spell-entry.c
+++ b/src/fe-gtk/sexy-spell-entry.c
@@ -36,6 +36,8 @@
 #ifdef WIN32
 #include "typedef.h"
 #include <io.h>
+#else
+#include <unistd.h>
 #endif
 
 #include "../common/cfgfiles.h"