X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=lib%2Fstrntol.c;h=f622c8dc22cebd9d2504d794de028f203bfab265;hp=713f63bb0c683201f61b545f6ba7386f3dc19055;hb=ee3696bdfd84bb2a0ef0757a6ce0140eea46228a;hpb=bd99994bdb37f34b7afb68a47d1ddffb1891ff8b diff --git a/lib/strntol.c b/lib/strntol.c index 713f63bb..f622c8dc 100644 --- a/lib/strntol.c +++ b/lib/strntol.c @@ -2,6 +2,8 @@ #include #include +#include "strntol.h" + long strntol(const char *str, size_t sz, char **end, int base) { /* Expect that digit representation of LONG_MAX/MIN