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/util.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/util.h')
-rw-r--r-- | src/util.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" |