aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-02-21 18:23:29 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-02-21 18:23:29 +0000
commit38a73a32f3890dbbe03bca23f31c3b29e59c0803 (patch)
treefdd3edc06c03c999be70d2642190a3a8da08d5a0 /packaging
parent7126d3a56b85823b4177db48061c18af927701fd (diff)
include the wsutil/wsgcrypt.h instead of including gcrypt.h directly
svn path=/trunk/; revision=47802
Diffstat (limited to 'packaging')
-rw-r--r--packaging/u3/tools/sysdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/u3/tools/sysdep.h b/packaging/u3/tools/sysdep.h
index a86d201e49..5d9dc1d209 100644
--- a/packaging/u3/tools/sysdep.h
+++ b/packaging/u3/tools/sysdep.h
@@ -50,7 +50,7 @@
#endif
#ifdef HAVE_LIBGCRYPT
-#include <gcrypt.h>
+#include <wsutil/wsgcrypt.h>
/* md5 /sha abstraction layer */
#define SHA_CTX gcry_md_hd_t