diff options
author | Werner Koch <wk@gnupg.org> | 2010-04-14 16:39:16 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-04-14 16:39:16 +0200 |
commit | 53c636c4c666ab27440fb4a866bf0ae32f0aa517 (patch) | |
tree | ac6d1e065b3f65bec63484d636c1ed0b19dbf8d1 /common/init.c | |
parent | Whole lot of changes to support CE. (diff) | |
download | gnupg2-53c636c4c666ab27440fb4a866bf0ae32f0aa517.tar.xz gnupg2-53c636c4c666ab27440fb4a866bf0ae32f0aa517.zip |
./autogen.sh --build-w32ce does now succeed.
Diffstat (limited to 'common/init.c')
-rw-r--r-- | common/init.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/common/init.c b/common/init.c index 0904cf7b1..ce661f6c5 100644 --- a/common/init.c +++ b/common/init.c @@ -30,11 +30,14 @@ #ifdef HAVE_PTH #include <pth.h> #endif +#ifdef HAVE_W32CE_SYSTEM +# include <assuan.h> /* For _assuan_w32ce_finish_pipe. */ +#endif #include "util.h" + #ifdef HAVE_W32CE_SYSTEM -#include <assuan.h> static void parse_std_file_handles (int *argcp, char ***argvp); static void sleep_on_exit (void) |