aboutsummaryrefslogtreecommitdiffstats
path: root/range.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-30 22:48:14 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-30 22:48:14 +0000
commit819d8a7eac41a2c0f4741f977a0eb4604ff90290 (patch)
tree0bd086f17d4cea8dbfd3ce3887b6dc5609ce3ac2 /range.c
parent8770e39e5064d42df80669a0cbcb4d1e65fa653e (diff)
Include <string.h> to declare various string manipulation functions.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9500 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'range.c')
-rw-r--r--range.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/range.c b/range.c
index 0e4c1c2c65..a4bc36bb9b 100644
--- a/range.c
+++ b/range.c
@@ -1,7 +1,7 @@
/* range.c
* Packet range routines (save, print, ...)
*
- * $Id: range.c,v 1.1 2003/12/29 22:42:39 guy Exp $
+ * $Id: range.c,v 1.2 2003/12/30 22:48:14 guy Exp $
*
* Dick Gooris <gooris@lucent.com>
* Ulf Lamping <ulf.lamping@web.de>
@@ -29,6 +29,7 @@
#include "config.h"
#endif
+#include <string.h>
#include <ctype.h>
#include <glib.h>