aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/nettl.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 /wiretap/nettl.c
parentd50abaf3f4760996163539c90f4c982f2eaba4e6 (diff)
Add #include <string.h>, to get prototypes for mem* and str* functions.
svn path=/trunk/; revision=2654
Diffstat (limited to 'wiretap/nettl.c')
-rw-r--r--wiretap/nettl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/nettl.c b/wiretap/nettl.c
index 59a257b0a7..9c08eabafa 100644
--- a/wiretap/nettl.c
+++ b/wiretap/nettl.c
@@ -1,6 +1,6 @@
/* nettl.c
*
- * $Id: nettl.c,v 1.17 2000/11/13 23:02:24 oabad Exp $
+ * $Id: nettl.c,v 1.18 2000/11/17 21:00:40 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <errno.h>
+#include <string.h>
#include "wtap-int.h"
#include "file_wrappers.h"
#include "buffer.h"