aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2010-05-12 16:55:39 +0000
committerMarcus Brinkmann <[email protected]>2010-05-12 16:55:39 +0000
commit88906258ef1ae0c34270afc35d8c5b96b25efbaa (patch)
treed3b49444272ae12e5cbcb924cbd1c8983489a2d2 /src/util.h
parent2010-05-11 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-88906258ef1ae0c34270afc35d8c5b96b25efbaa.tar.gz
gpgme-88906258ef1ae0c34270afc35d8c5b96b25efbaa.zip
2010-05-12 Marcus Brinkmann <[email protected]>
* priv-io.h: Include <sys/types.h> * util.h: Likewise.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index f4d23b6e..b892e447 100644
--- a/src/util.h
+++ b/src/util.h
@@ -22,6 +22,13 @@
#ifndef UTIL_H
#define UTIL_H
+#ifdef HAVE_W32CE_SYSTEM
+#include "w32-ce.h"
+#endif
+
+/* For pid_t. */
+#include <sys/types.h>
+
#include "gpgme.h"