Make oslib/strlcat.c a stand-alone library
[fio.git] / oslib / strlcat.c
index 3329b8339fa2409930b6e15bcdb7e2d9d6da0908..3b33d0eb56a72e64e87ecc79b8a3334381bd39fe 100644 (file)
@@ -1,5 +1,5 @@
 #include <string.h>
 #include <string.h>
-#include "oslib/strlcat.h"
+#include "strlcat.h"
 
 size_t strlcat(char *dst, const char *src, size_t size)
 {
 
 size_t strlcat(char *dst, const char *src, size_t size)
 {