From 311f9acfd5b610444e5545db929ae630789b7be6 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Sat, 4 Jun 2011 21:20:57 +0000 Subject: Fix wiretap headers to allow error-free ABI dumping. svn path=/trunk/; revision=37543 --- wiretap/netmon.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wiretap/netmon.h') diff --git a/wiretap/netmon.h b/wiretap/netmon.h index 599a4e2fd2..935740a298 100644 --- a/wiretap/netmon.h +++ b/wiretap/netmon.h @@ -23,6 +23,9 @@ #ifndef __NETMON_H__ #define __NETMON_H__ +#include +#include + int netmon_open(wtap *wth, int *err, gchar **err_info); gboolean netmon_dump_open(wtap_dumper *wdh, int *err); int netmon_dump_can_write_encap(int encap); -- cgit v1.2.1