Add what appears to be a missing #include for windows.
authoreapache <eapache@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 13 Dec 2013 04:04:10 +0000 (04:04 +0000)
committereapache <eapache@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 13 Dec 2013 04:04:10 +0000 (04:04 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54020 f5534014-38df-0310-8fa8-9805f1628bb7

captype.c

index 76b7ed2f99b7209a8937f508e970bf2331f20c01..0e13422dc3f505db98efa2b86bb8e412867d64ce 100644 (file)
--- a/captype.c
+++ b/captype.c
@@ -46,6 +46,7 @@
 
 #include <wsutil/privileges.h>
 #include <wsutil/filesystem.h>
+#include <wsutil/file_util.h>
 
 #ifdef HAVE_PLUGINS
 #include <wsutil/plugins.h>