summaryrefslogtreecommitdiffstats
path: root/tools/watchgnupg.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2012-08-24 09:29:56 +0200
committerWerner Koch <wk@gnupg.org>2012-08-24 09:29:56 +0200
commit8156a38674421deef6c2eb3e91e0186fe7fe4b26 (patch)
tree51415ff6beaf30024c649379ad166303252da01b /tools/watchgnupg.c
parentFix incorrect description of --delete-secret-key (diff)
downloadgnupg2-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.c2
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