We need <windows.h> on Windows.

Change-Id: I54c9991b3322d14966913367f951900cc7e54c4e
Reviewed-on: https://code.wireshark.org/review/2513
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-06-21 11:33:44 -07:00
parent e02c66f157
commit d0a567e94b
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@
#include "cfutils.h"
#endif
#ifdef _WIN32
#include <windows.h>
#endif
#include <glib.h>
#include <errno.h>