aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-10-06 01:32:25 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-10-06 01:32:25 +0000
commit544c0bc63ca3856f41285f13186c88e714a21c97 (patch)
tree116ec6416e66efb32ace0c8ad5d895dc9a3a53db
parentbb5e5d6ce10fe015e1c7aabcca8c51d097b5c789 (diff)
add missing #include "capture_errs.h"
svn path=/trunk/; revision=16137
-rw-r--r--tethereal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tethereal.c b/tethereal.c
index b520812361..e2d7592e72 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -95,6 +95,7 @@
#include <wiretap/libpcap.h>
#ifdef _WIN32
#include "capture-wpcap.h"
+#include "capture_errs.h"
#endif /* _WIN32 */
#include "capture.h"
#endif /* HAVE_LIBPCAP */