diff options
Diffstat (limited to 'g10/exec.c')
-rw-r--r-- | g10/exec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/exec.c b/g10/exec.c index 9cf40b329..9299d5b3f 100644 --- a/g10/exec.c +++ b/g10/exec.c @@ -27,6 +27,9 @@ #ifndef EXEC_TEMPFILE_ONLY #include <sys/wait.h> #endif +#ifdef HAVE_DOSISH_SYSTEM +#include <windows.h> +#endif #include <fcntl.h> #include <unistd.h> #include <string.h> |