Move conditional lib files to oslib/
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index f809a366ca35f354a2219dbb8497761f796f0f2b..c46d8a3d9a6811993c22039e3d9d98434d8d3c37 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -65,7 +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 "../oslib/strlcat.h"
 #endif
 
 #ifdef MSG_DONTWAIT