diff options
author | Bill Meier <wmeier@newsguy.com> | 2007-10-29 01:14:51 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2007-10-29 01:14:51 +0000 |
commit | b337d20d4c66aaece2de28bc81c77a47c6093fe9 (patch) | |
tree | 9236661cddaaaf339f1c56419f4483f1e09c0d2c /asn1/snmp | |
parent | 7e4a5b0194a0c5534d7aff16bceb44d78f11ceaf (diff) | |
download | wireshark-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.c | 4 |
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 |