From 5f4a8a8c321cdc1916d61d64c92068789f3861d2 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 1 Jun 2012 08:33:25 +0000 Subject: Need fcntl.h for the O_ #defines on Windows. svn path=/trunk/; revision=42962 --- wiretap/wtap.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wiretap') diff --git a/wiretap/wtap.c b/wiretap/wtap.c index 0fd64180d3..a15e53312d 100644 --- a/wiretap/wtap.c +++ b/wiretap/wtap.c @@ -31,6 +31,10 @@ #include #endif +#ifdef _WIN32 +#include +#endif + #ifdef HAVE_UNISTD_H #include #endif -- cgit v1.2.3