2010-05-12 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Wed, 12 May 2010 16:55:39 +0000 (16:55 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Wed, 12 May 2010 16:55:39 +0000 (16:55 +0000)
* priv-io.h: Include <sys/types.h>
* util.h: Likewise.

src/ChangeLog
src/priv-io.h
src/util.h

index e672836800a3f7bcf6371dbda884baa023548b18..361e6979d51b5373b7d5452581abe877b696c1b3 100644 (file)
@@ -1,3 +1,8 @@
+2010-05-12  Marcus Brinkmann  <marcus@g10code.de>
+
+       * priv-io.h: Include <sys/types.h>
+       * util.h: Likewise.
+
 2010-05-11  Marcus Brinkmann  <marcus@g10code.de>
 
        * w32-util.c: Include ath.h
index 3ed2260af7356d6cc4947cc9c835bddb3429d367..89c750dd8fc7120bb4c4861cf72ba8dc3a976ed3 100644 (file)
 # include <sys/socket.h>
 #endif
 
+/* For pid_t.  */
+#include <sys/types.h>
+
+
 /* A single file descriptor passed to spawn.  For child fds, dup_to
    specifies the fd it should become in the child, but only 0, 1 and 2
    are valid values (due to a limitation in the W32 code).  As return
index f4d23b6e0e67ae08f041010d17fef74b931bce4a..b892e4476bd5da704080295a2199c0ae9e8ae101 100644 (file)
 #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"
 
 \f