Include <string.h> to declare "memmove()".
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 11 Sep 1999 06:51:28 +0000 (06:51 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 11 Sep 1999 06:51:28 +0000 (06:51 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@658 f5534014-38df-0310-8fa8-9805f1628bb7

packet-ascend.c

index 138ed25c8420ab5970f3359385de1c2ef0a9471f..b1da4c2cf03f5f48f0b4e089504ada7222428982 100644 (file)
@@ -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"