aboutsummaryrefslogtreecommitdiffstats
path: root/column.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 /column.c
parentd50abaf3f4760996163539c90f4c982f2eaba4e6 (diff)
Add #include <string.h>, to get prototypes for mem* and str* functions.
svn path=/trunk/; revision=2654
Diffstat (limited to 'column.c')
-rw-r--r--column.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/column.c b/column.c
index 07ff130380..f8e36b5593 100644
--- a/column.c
+++ b/column.c
@@ -1,7 +1,7 @@
/* column.c
* Routines for handling column preferences
*
- * $Id: column.c,v 1.29 2000/11/01 08:31:33 guy Exp $
+ * $Id: column.c,v 1.30 2000/11/17 21:00:35 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -32,6 +32,7 @@
#endif
#include <stdio.h>
+#include <string.h>
#include <ctype.h>
#include <errno.h>