summaryrefslogtreecommitdiff
path: root/asn1/snmp
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-08-02 08:46:36 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-08-02 08:46:36 +0000
commit33099036fe99a3ef4e3958d5f3c5e16689ba6d25 (patch)
tree15405e9bb76a07b3c8ed70b614e860ccf8c1d26b /asn1/snmp
parent9092ed1aa242227fa67436c3d98b30ce538fc2c2 (diff)
downloadwireshark-33099036fe99a3ef4e3958d5f3c5e16689ba6d25.tar.gz
Added missing include <string.h>.
svn path=/trunk/; revision=33690
Diffstat (limited to 'asn1/snmp')
-rw-r--r--asn1/snmp/packet-snmp-template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/snmp/packet-snmp-template.c b/asn1/snmp/packet-snmp-template.c
index f423a14b0c..59bef1d542 100644
--- a/asn1/snmp/packet-snmp-template.c
+++ b/asn1/snmp/packet-snmp-template.c
@@ -50,6 +50,7 @@
# include "config.h"
#endif
+#include <string.h>
#include <ctype.h>
#include <glib.h>