aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tr.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-11-17 21:00:40 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-11-17 21:00:40 +0000
commitabb6702fc2df96ea044d246e505c919dabb78159 (patch)
treee74fe2553f0d9467ac1df6233ce6593a35e97b04 /packet-tr.c
parentd50abaf3f4760996163539c90f4c982f2eaba4e6 (diff)
Add #include <string.h>, to get prototypes for mem* and str* functions.
svn path=/trunk/; revision=2654
Diffstat (limited to 'packet-tr.c')
-rw-r--r--packet-tr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-tr.c b/packet-tr.c
index f6bed0f1d0..1a2cdafa93 100644
--- a/packet-tr.c
+++ b/packet-tr.c
@@ -2,7 +2,7 @@
* Routines for Token-Ring packet disassembly
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-tr.c,v 1.49 2000/11/16 07:35:38 guy Exp $
+ * $Id: packet-tr.c,v 1.50 2000/11/17 21:00:36 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 <stdio.h>
#include <glib.h>
#include "packet.h"