diff options
author | Werner Koch <[email protected]> | 2007-06-06 18:12:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-06-06 18:12:30 +0000 |
commit | 2c9791db555cc571eaedfa71444da05454bd052a (patch) | |
tree | 9566d22f85e562e0c7b35dacc1697c9a58fcff1a /common/util.h | |
parent | Print passphrase encoding info only in PEM mode. (diff) | |
download | gnupg-2c9791db555cc571eaedfa71444da05454bd052a.tar.gz gnupg-2c9791db555cc571eaedfa71444da05454bd052a.zip |
First steps towards supporting W32.
This is mainly source code reorganization.
Update gnulib.
g10/ does currently not build.
Diffstat (limited to '')
-rw-r--r-- | common/util.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/util.h b/common/util.h index 5aeb7917c..3b7050132 100644 --- a/common/util.h +++ b/common/util.h @@ -38,6 +38,7 @@ #include "../jnlib/strlist.h" #include "../jnlib/dotlock.h" #include "../jnlib/utf8conv.h" +#include "../jnlib/dynload.h" /* Redefine asprintf by our estream version which uses our own memory allocator.. */ @@ -204,8 +205,8 @@ int match_multistr (const char *multistr,const char *match); static inline char * ttyname (int fd) { - return NULL -}; + return NULL; +} #endif /* !HAVE_TTYNAME */ |