Change #include "wtap-int.h" to #include "wtap.h"
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 14 Sep 2000 11:49:40 +0000 (11:49 +0000)
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 14 Sep 2000 11:49:40 +0000 (11:49 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2434 f5534014-38df-0310-8fa8-9805f1628bb7

capture.c

index ad6b318ba88409399e37bda23b53e2380809c4f6..dbd5e452d9b233f3ae937858b68d9dbeee4dc3f3 100644 (file)
--- 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"