aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/q932
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-04-28 22:22:35 +0000
committerGuy Harris <guy@alum.mit.edu>2007-04-28 22:22:35 +0000
commite502e1efb9c74bcc01743cbe37d70408f63fc970 (patch)
treed32f96ae5c2bc72ecce64d410c8f7dcce7b29bc8 /asn1/q932
parentcc972cf3495845c73e6ded84e8a45f58aae22cc1 (diff)
Include <string.h> before using C string functions.
svn path=/trunk/; revision=21616
Diffstat (limited to 'asn1/q932')
-rw-r--r--asn1/q932/packet-q932-template.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/asn1/q932/packet-q932-template.c b/asn1/q932/packet-q932-template.c
index 89899dfd5d..64822c5cb5 100644
--- a/asn1/q932/packet-q932-template.c
+++ b/asn1/q932/packet-q932-template.c
@@ -27,6 +27,8 @@
# include "config.h"
#endif
+#include <string.h>
+
#include <epan/packet.h>
#include <epan/prefs.h>
#include <epan/strutil.h>
@@ -330,4 +332,4 @@ void proto_reg_handoff_q932(void) {
data_handle = find_dissector("data");
}
-/*---------------------------------------------------------------------------*/ \ No newline at end of file
+/*---------------------------------------------------------------------------*/