diff options
Diffstat (limited to 'g10/photoid.c')
-rw-r--r-- | g10/photoid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/photoid.c b/g10/photoid.c index bf67c2a66..88d3f8233 100644 --- a/g10/photoid.c +++ b/g10/photoid.c @@ -24,7 +24,9 @@ #include <string.h> #include <stdlib.h> #include <sys/types.h> +#ifndef HAVE_DOSISH_SYSTEM #include <sys/wait.h> +#endif #include <errno.h> #include <limits.h> #include "keydb.h" |