From 544c0bc63ca3856f41285f13186c88e714a21c97 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Thu, 6 Oct 2005 01:32:25 +0000 Subject: [PATCH] add missing #include "capture_errs.h" svn path=/trunk/; revision=16137 --- tethereal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tethereal.c b/tethereal.c index b520812361..e2d7592e72 100644 --- a/tethereal.c +++ b/tethereal.c @@ -95,6 +95,7 @@ #include #ifdef _WIN32 #include "capture-wpcap.h" +#include "capture_errs.h" #endif /* _WIN32 */ #include "capture.h" #endif /* HAVE_LIBPCAP */