Refactor #includes and headers
[fio.git] / lib / strntol.h
index 68f5d1b7db3fb29ba2df26211a8c166adac45661..59c090d3dee578b61e14e4b2d88f87ad954160cf 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef FIO_STRNTOL_H
 #define FIO_STRNTOL_H
 
+#include <stdint.h>
+
 long strntol(const char *str, size_t sz, char **end, int base);
 
 #endif