Fix Windows CPU count
[fio.git] / debug.c
diff --git a/debug.c b/debug.c
index 2bee5078c12325873e87903c93c3623d4ca1ea76..d1e2987ba3e7c1004487bcacd858ade03944a12a 100644 (file)
--- a/debug.c
+++ b/debug.c
@@ -1,7 +1,8 @@
+#include <assert.h>
 #include <stdarg.h>
-#include <sys/types.h>
-#include <unistd.h>
+
 #include "debug.h"
+#include "log.h"
 
 #ifdef FIO_INC_DEBUG
 void __dprint(int type, const char *str, ...)