aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nbipx.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-11-17 21:00:40 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-11-17 21:00:40 +0000
commit9470410591b5fd91e8d045aca61a3ab90c986920 (patch)
treee74fe2553f0d9467ac1df6233ce6593a35e97b04 /packet-nbipx.c
parenta4e0ded59a8b7fce18ca2bb5afa067c202ca5bd6 (diff)
Add #include <string.h>, to get prototypes for mem* and str* functions.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2654 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-nbipx.c')
-rw-r--r--packet-nbipx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-nbipx.c b/packet-nbipx.c
index b5d2fa832a..fc9c265aec 100644
--- a/packet-nbipx.c
+++ b/packet-nbipx.c
@@ -2,7 +2,7 @@
* Routines for NetBIOS over IPX packet disassembly
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-nbipx.c,v 1.27 2000/11/16 07:35:38 guy Exp $
+ * $Id: packet-nbipx.c,v 1.28 2000/11/17 21:00:35 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -32,6 +32,7 @@
# include <sys/types.h>
#endif
+#include <string.h>
#include <glib.h>
#include "packet.h"
#include "packet-ipx.h"