Move conditional lib files to oslib/
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index 8e0b8e8f1d6c3deffc45d42dc1c36b19148842f8..c46d8a3d9a6811993c22039e3d9d98434d8d3c37 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -65,11 +65,11 @@ typedef struct aiocb os_aiocb_t;
 #endif
 
 #ifndef CONFIG_STRSEP
-#include "../lib/strsep.h"
+#include "../oslib/strsep.h"
 #endif
 
 #ifndef CONFIG_STRLCAT
-#include "../lib/strlcat.h"
+#include "../oslib/strlcat.h"
 #endif
 
 #ifdef MSG_DONTWAIT