aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gssapi.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2002-09-29 18:58:56 +0000
committerGerald Combs <gerald@wireshark.org>2002-09-29 18:58:56 +0000
commit80f88eb15d8739bd986b40262ef2706e95dcf590 (patch)
tree264344cc098359d620c4d35bff30a50b74728cd6 /packet-gssapi.c
parent0a8e314f6de253fc72dc5e3b033a25e342e0cdc7 (diff)
Include <string.h>.
svn path=/trunk/; revision=6356
Diffstat (limited to 'packet-gssapi.c')
-rw-r--r--packet-gssapi.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-gssapi.c b/packet-gssapi.c
index 70901d5f10..e1ba6ffdb4 100644
--- a/packet-gssapi.c
+++ b/packet-gssapi.c
@@ -4,7 +4,7 @@
* Copyright 2002, Richard Sharpe <rsharpe@samba.org> Added a few
* bits and pieces ...
*
- * $Id: packet-gssapi.c,v 1.19 2002/09/08 01:43:44 guy Exp $
+ * $Id: packet-gssapi.c,v 1.20 2002/09/29 18:58:56 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -33,6 +33,8 @@
# include <sys/types.h>
#endif
+#include <string.h>
+
#include <glib.h>
#include <epan/packet.h>