Make lib/strntol.c a stand-alone library
[fio.git] / lib / strntol.c
index adf45bd4d6b87996b63eaaf3d50641bd8f431873..f622c8dc22cebd9d2504d794de028f203bfab265 100644 (file)
@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include <limits.h>
 
-#include "lib/strntol.h"
+#include "strntol.h"
 
 long strntol(const char *str, size_t sz, char **end, int base)
 {