add missing #include "capture_errs.h"

svn path=/trunk/; revision=16137
This commit is contained in:
Ulf Lamping 2005-10-06 01:32:25 +00:00
parent bb5e5d6ce1
commit 544c0bc63c
1 changed files with 1 additions and 0 deletions

View File

@ -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 */