aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-09-14 11:49:40 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-09-14 11:49:40 +0000
commitca78ae622c2be3962c42bd2b721c328de9cefccb (patch)
treef5008f518da43fd21b1ad2126ed125da0b23885e /capture.c
parente0ec85c1a9799a71351e5ca4e24a89a5841b77ae (diff)
Change #include "wtap-int.h" to #include "wtap.h"
svn path=/trunk/; revision=2434
Diffstat (limited to 'capture.c')
-rw-r--r--capture.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/capture.c b/capture.c
index ad6b318ba8..dbd5e452d9 100644
--- a/capture.c
+++ b/capture.c
@@ -1,7 +1,7 @@
/* capture.c
* Routines for packet capture windows
*
- * $Id: capture.c,v 1.122 2000/08/22 06:04:40 guy Exp $
+ * $Id: capture.c,v 1.123 2000/09/14 11:49:40 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -99,7 +99,7 @@
#include "globals.h"
#include "wiretap/libpcap.h"
-#include "wiretap/wtap-int.h"
+#include "wiretap/wtap.h"
#include "packet-clip.h"
#include "packet-eth.h"