diff options
Diffstat (limited to 'gpgme/ath-compat.c')
| -rw-r--r-- | gpgme/ath-compat.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gpgme/ath-compat.c b/gpgme/ath-compat.c index 110bd51c..3ac7a263 100644 --- a/gpgme/ath-compat.c +++ b/gpgme/ath-compat.c @@ -22,17 +22,18 @@ #include <config.h> #endif -#include <unistd.h> #include <stdio.h> +#include <unistd.h> #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #else # include <sys/time.h> #endif #include <sys/types.h> -#ifndef _WIN32 +#ifndef HAVE_W32_SYSTEM #include <sys/wait.h> -#endif +#endif /*!HAVE_W32_SYSTEM*/ + #include "ath.h" |
