diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-21 16:25:08 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-21 16:25:08 +0200 |
commit | d05d298bbb0cb262b0a9983afea6236b46777ed4 (patch) | |
tree | 29849190ce07f98606a8b731e68b8f81f0ed1956 /src/fe-gtk/sexy-spell-entry.c | |
parent | 9dd3942c88b79bd9f64fd497bf8dd21ed7794c66 (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.c | 2 |
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" |