aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netmon.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-08-25 21:25:43 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-08-25 21:25:43 +0000
commit4a3b77ba46fdb84a6104f732998b771b6664bb1e (patch)
tree62d00622e5191eec1fcaa8159694147116f86305 /wiretap/netmon.c
parent5429a55be3b32de094e761f3e45ada245a0423c6 (diff)
Move #include <time.h> into wtap-int.h instead of requiring it in
every C file. I noticed this because of a build break of csids.obj on Win32. svn path=/trunk/; revision=2378
Diffstat (limited to 'wiretap/netmon.c')
-rw-r--r--wiretap/netmon.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/wiretap/netmon.c b/wiretap/netmon.c
index 0cc1dd3c29..603982d8d0 100644
--- a/wiretap/netmon.c
+++ b/wiretap/netmon.c
@@ -1,6 +1,6 @@
/* netmon.c
*
- * $Id: netmon.c,v 1.31 2000/05/19 23:06:55 gram Exp $
+ * $Id: netmon.c,v 1.32 2000/08/25 21:25:39 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -24,7 +24,6 @@
#include "config.h"
#endif
#include <errno.h>
-#include <time.h>
#include <string.h>
#include "wtap-int.h"
#include "file_wrappers.h"