diff options
author | Werner Koch <wk@gnupg.org> | 2012-08-24 09:29:56 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2012-08-24 09:29:56 +0200 |
commit | 8156a38674421deef6c2eb3e91e0186fe7fe4b26 (patch) | |
tree | 51415ff6beaf30024c649379ad166303252da01b /tools/watchgnupg.c | |
parent | Fix incorrect description of --delete-secret-key (diff) | |
download | gnupg2-8156a38674421deef6c2eb3e91e0186fe7fe4b26.tar.xz gnupg2-8156a38674421deef6c2eb3e91e0186fe7fe4b26.zip |
Fix left over use of jnlib on some platforms
* tools/watchgnupg.c: Take mischelp.h from common/ and not jnlib/.
--
Also fixed in some comments.
Diffstat (limited to 'tools/watchgnupg.c')
-rw-r--r-- | tools/watchgnupg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/watchgnupg.c b/tools/watchgnupg.c index 1bd9e8003..060aa0424 100644 --- a/tools/watchgnupg.c +++ b/tools/watchgnupg.c @@ -47,7 +47,7 @@ #endif #if !defined(SUN_LEN) || !defined(PF_LOCAL) || !defined(AF_LOCAL) #define JNLIB_NEED_AFLOCAL -#include "../jnlib/mischelp.h" +#include "../common/mischelp.h" #endif |