aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ascend.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-09-11 06:51:28 +0000
committerGuy Harris <guy@alum.mit.edu>1999-09-11 06:51:28 +0000
commit0a4912e1d8f7484c70689884c3e5531a90201886 (patch)
tree3623ac24da385d06fce97cc19fed618ca6a0a9a6 /packet-ascend.c
parentbac7494ff0d440466a27dce46930e8e82c70521f (diff)
Include <string.h> to declare "memmove()".
svn path=/trunk/; revision=658
Diffstat (limited to 'packet-ascend.c')
-rw-r--r--packet-ascend.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-ascend.c b/packet-ascend.c
index 138ed25c84..b1da4c2cf0 100644
--- a/packet-ascend.c
+++ b/packet-ascend.c
@@ -1,7 +1,7 @@
/* packet-ascend.c
* Routines for decoding Lucent/Ascend packet traces
*
- * $Id: packet-ascend.c,v 1.1 1999/09/11 05:32:33 gerald Exp $
+ * $Id: packet-ascend.c,v 1.2 1999/09/11 06:51:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -30,6 +30,7 @@
#endif
#include <glib.h>
+#include <string.h>
#include "packet.h"
#include "wiretap/ascend.h"