build: un-break the windows build
authorBert Belder <bertbelder@gmail.com>
Thu, 1 Aug 2013 09:39:25 +0000 (11:39 +0200)
committerBert Belder <bertbelder@gmail.com>
Thu, 1 Aug 2013 09:39:25 +0000 (11:39 +0200)
src/node.cc
src/node_win32_perfctr_provider.cc

index d41b003..e595c2c 100644 (file)
@@ -66,7 +66,7 @@
 #include <direct.h>
 #include <io.h>
 #include <process.h>
-#include <strings.h>
+#include <string.h>
 #define strcasecmp _stricmp
 #define getpid _getpid
 #define umask _umask
index 912dbb6..9258104 100644 (file)
 
 #define __INIT_node_perfctr_provider_IMP
 #include "node_counters.h"
-#include "node_perfctr_provider.h"
 #include "node_win32_perfctr_provider.h"
 
 #include <perflib.h>
 
+#include "node_perfctr_provider.h"
+
+
 typedef ULONG (WINAPI *PerfStartProviderExFunc)(
     __in LPGUID ProviderGuid,
     __in_opt PPERF_PROVIDER_CONTEXT ProviderContext,