Include wtap.h to declare wtap_pseudo_header
authorJörg Mayer <jmayer@loplof.de>
Sat, 7 Sep 2002 00:41:26 +0000 (00:41 -0000)
committerJörg Mayer <jmayer@loplof.de>
Sat, 7 Sep 2002 00:41:26 +0000 (00:41 -0000)
svn path=/trunk/; revision=6208

tap.h

diff --git a/tap.h b/tap.h
index fddcb3e801925af935700ec2fa119c675b206d4c..b6376b012650ac92a606cb4232231add57b85383 100644 (file)
--- a/tap.h
+++ b/tap.h
@@ -1,7 +1,7 @@
 /* tap.h
  * packet tap interface   2002 Ronnie Sahlberg
  *
- * $Id: tap.h,v 1.1 2002/09/04 09:40:24 sahlberg Exp $
+ * $Id: tap.h,v 1.2 2002/09/07 00:41:26 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -22,6 +22,7 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
+#include "wiretap/wtap.h"
 
 void tap_init(void);
 int register_tap(char *name);