aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/ath.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gpgme/ath.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gpgme/ath.h b/gpgme/ath.h
index 54f74d95..07d19ad9 100644
--- a/gpgme/ath.h
+++ b/gpgme/ath.h
@@ -20,6 +20,11 @@
#ifndef ATH_H
#define ATH_H
+#ifdef HAVE_SYS_SELECT_H
+# include <sys/select.h>
+#else
+# include <sys/time.h>
+#endif
#include <sys/types.h>
#include <sys/socket.h>