diff options
author | Marcus Brinkmann <[email protected]> | 2010-05-12 16:55:39 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2010-05-12 16:55:39 +0000 |
commit | 88906258ef1ae0c34270afc35d8c5b96b25efbaa (patch) | |
tree | d3b49444272ae12e5cbcb924cbd1c8983489a2d2 /src/priv-io.h | |
parent | 2010-05-11 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-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/priv-io.h')
-rw-r--r-- | src/priv-io.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/priv-io.h b/src/priv-io.h index 3ed2260a..89c750dd 100644 --- a/src/priv-io.h +++ b/src/priv-io.h @@ -28,6 +28,10 @@ # 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 |