zbd: Use bytes unit
[fio.git] / lib / strntol.c
index 713f63bb0c683201f61b545f6ba7386f3dc19055..f622c8dc22cebd9d2504d794de028f203bfab265 100644 (file)
@@ -2,6 +2,8 @@
 #include <stdlib.h>
 #include <limits.h>
 
+#include "strntol.h"
+
 long strntol(const char *str, size_t sz, char **end, int base)
 {
        /* Expect that digit representation of LONG_MAX/MIN