aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-10-29 01:14:51 +0000
committerBill Meier <wmeier@newsguy.com>2007-10-29 01:14:51 +0000
commitb337d20d4c66aaece2de28bc81c77a47c6093fe9 (patch)
tree9236661cddaaaf339f1c56419f4483f1e09c0d2c /asn1/snmp
parent7e4a5b0194a0c5534d7aff16bceb44d78f11ceaf (diff)
downloadwireshark-b337d20d4c66aaece2de28bc81c77a47c6093fe9.tar.gz
wireshark-b337d20d4c66aaece2de28bc81c77a47c6093fe9.tar.bz2
wireshark-b337d20d4c66aaece2de28bc81c77a47c6093fe9.zip
Include winposixtypes.h only if building with GNUTLS; Bug 1942: part 2 of 2 of fix.
asn1 template file plus generated .[hc] files; Note that the generated files include changes which are a result of previous changes to snmp.cnf (SVN #23252) and of other changes (eg: svn 21145). svn path=/trunk/; revision=23302
Diffstat (limited to 'asn1/snmp')
-rw-r--r--asn1/snmp/packet-snmp-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/snmp/packet-snmp-template.c b/asn1/snmp/packet-snmp-template.c
index 64eeb340c5..bc649a8949 100644
--- a/asn1/snmp/packet-snmp-template.c
+++ b/asn1/snmp/packet-snmp-template.c
@@ -80,11 +80,11 @@
#include <epan/report_err.h>
#include <epan/oids.h>
+
+#ifdef HAVE_LIBGCRYPT
#ifdef _WIN32
#include <winposixtype.h>
#endif /* _WIN32 */
-
-#ifdef HAVE_LIBGCRYPT
#include <gcrypt.h>
#endif