aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
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"