aboutsummaryrefslogtreecommitdiffstats
path: root/src/ath.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-11-02 16:27:46 +0000
committerWerner Koch <[email protected]>2010-11-02 16:27:46 +0000
commit987993a38d12f6de052683711e673fa6bbbdae86 (patch)
treefd71f8e2a821a54a0f4c0b2243f5ad4c74683c97 /src/ath.h
parent2010-10-28 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-987993a38d12f6de052683711e673fa6bbbdae86.tar.gz
gpgme-987993a38d12f6de052683711e673fa6bbbdae86.zip
First take on changes to allow building with MSC for W32CE.
Fixed regression in plain W32 build.
Diffstat (limited to 'src/ath.h')
-rw-r--r--src/ath.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ath.h b/src/ath.h
index 26d0cb25..8a7a5072 100644
--- a/src/ath.h
+++ b/src/ath.h
@@ -36,7 +36,9 @@
# ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
# else
-# include <sys/time.h>
+# ifdef HAVE_SYS_TIME_H
+# include <sys/time.h>
+# endif
# endif
# include <sys/types.h>
# include <sys/socket.h>