diff options
Diffstat (limited to 'gspawn-win32.c')
-rw-r--r-- | gspawn-win32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gspawn-win32.c b/gspawn-win32.c index 11779daff..c1bb2222d 100644 --- a/gspawn-win32.c +++ b/gspawn-win32.c @@ -44,12 +44,14 @@ #include <string.h> #include <stdlib.h> +#include <stdio.h> #include <windows.h> #include <errno.h> #include <fcntl.h> #include <io.h> #include <process.h> +#include <direct.h> #ifdef _ #warning "FIXME remove gettext hack" |