Include winternl.h, needed for testbed
authorLRN <lrn1986@gmail.com>
Tue, 11 Feb 2014 00:50:50 +0000 (00:50 +0000)
committerLRN <lrn1986@gmail.com>
Tue, 11 Feb 2014 00:50:50 +0000 (00:50 +0000)
src/testbed/gnunet-service-testbed_cpustatus.c

index 4071c717259f461164e5ad0a2fe1c8350714712a..712df48b3f1be2b0a9bfe3e3292586f051f629d4 100644 (file)
@@ -54,6 +54,9 @@
 
 static processor_cpu_load_info_t prev_cpu_load;
 #endif
+#ifdef WINDOWS
+#include <winternl.h>
+#endif
 
 #define DEBUG_STATUSCALLS GNUNET_NO