diff options
Diffstat (limited to 'gpgme/ath-compat.c')
| -rw-r--r-- | gpgme/ath-compat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpgme/ath-compat.c b/gpgme/ath-compat.c index 02ccc58a..a4bd3f16 100644 --- a/gpgme/ath-compat.c +++ b/gpgme/ath-compat.c @@ -29,7 +29,9 @@ # include <sys/time.h> #endif #include <sys/types.h> +#ifndef _WIN32 #include <sys/wait.h> +#endif #include "ath.h" |
