X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=lib%2Fstrntol.c;h=f622c8dc22cebd9d2504d794de028f203bfab265;hb=b427f2e12beba7b0c9a655f8ecbd19187c0b6029;hp=adf45bd4d6b87996b63eaaf3d50641bd8f431873;hpb=c7334fa3f3be87854354044615b0c0e473c50713;p=fio.git diff --git a/lib/strntol.c b/lib/strntol.c index adf45bd4..f622c8dc 100644 --- a/lib/strntol.c +++ b/lib/strntol.c @@ -2,7 +2,7 @@ #include #include -#include "lib/strntol.h" +#include "strntol.h" long strntol(const char *str, size_t sz, char **end, int base) {