diff options
Diffstat (limited to 'src/fe-gtk/chanlist.c')
-rw-r--r-- | src/fe-gtk/chanlist.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fe-gtk/chanlist.c b/src/fe-gtk/chanlist.c index 5090e9c4..e75b97bc 100644 --- a/src/fe-gtk/chanlist.c +++ b/src/fe-gtk/chanlist.c @@ -22,7 +22,9 @@ #include <fcntl.h> #include <time.h> -#ifndef WIN32 +#ifdef WIN32 +#include <io.h> +#else #include <unistd.h> #endif @@ -54,6 +56,7 @@ #include "../common/server.h" #include "gtkutil.h" #include "maingui.h" +#include "menu.h" #include "custom-list.h" |