aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/emem.c')
-rw-r--r--epan/emem.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/emem.c b/epan/emem.c
index d2e05e7200..f8d00ae602 100644
--- a/epan/emem.c
+++ b/epan/emem.c
@@ -40,16 +40,16 @@
#include <unistd.h>
#endif
-#ifdef _WIN32
-#include <windows.h> /* VirtualAlloc, VirtualProtect */
-#include <process.h> /* getpid */
-#endif
-
#include <glib.h>
#include <proto.h>
#include "emem.h"
#include <wiretap/file_util.h>
+#ifdef _WIN32
+#include <windows.h> /* VirtualAlloc, VirtualProtect */
+#include <process.h> /* getpid */
+#endif
+
/*
* Tools like Valgrind and ElectricFence don't work well with memchunks.