summaryrefslogtreecommitdiff
path: root/packet-who.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-who.c')
-rw-r--r--packet-who.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-who.c b/packet-who.c
index f9c12ce991..81458635c5 100644
--- a/packet-who.c
+++ b/packet-who.c
@@ -2,7 +2,7 @@
* Routines for who protocol (see man rwhod)
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-who.c,v 1.9 2000/08/13 14:09:09 deniel Exp $
+ * $Id: packet-who.c,v 1.10 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 <time.h>
#include <glib.h>
#include "packet.h"