Cleanup symbols that should be static
[fio.git] / lib / num2str.c
index a1041926c5e5aff50dc540227a89d9d76d17dfc6..12d6f39aa5dbca892e9d03af9150aa28a3a47861 100644 (file)
@@ -2,6 +2,8 @@
 #include <stdio.h>
 #include <string.h>
 
+#include "../fio.h"
+
 /*
  * Cheesy number->string conversion, complete with carry rounding error.
  */