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