X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=lib%2Fstrntol.h;h=59c090d3dee578b61e14e4b2d88f87ad954160cf;hb=8db390cd9131caec46d252dee39a2a511735283c;hp=68f5d1b7db3fb29ba2df26211a8c166adac45661;hpb=bd99994bdb37f34b7afb68a47d1ddffb1891ff8b;p=fio.git diff --git a/lib/strntol.h b/lib/strntol.h index 68f5d1b7..59c090d3 100644 --- a/lib/strntol.h +++ b/lib/strntol.h @@ -1,6 +1,8 @@ #ifndef FIO_STRNTOL_H #define FIO_STRNTOL_H +#include + long strntol(const char *str, size_t sz, char **end, int base); #endif