Add OS agnostic RAND_MAX
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index b1ed1bb6953dfc563904a7f4f13496a0c669b87a..1cff4945bc7bfc5a1e062bfd5c24ee196899cf76 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -25,7 +25,7 @@
 #endif
 
 #ifndef FIO_HAVE_STRSEP
-#include "../lib/lib.h"
+#include "../lib/strsep.h"
 #endif
 
 #ifndef FIO_HAVE_FADVISE
 #define FIO_O_NOATIME                  0
 #endif
 
+#ifndef OS_RAND_MAX
+#define OS_RAND_MAX                    RAND_MAX
+#endif
+
 #ifndef FIO_HAVE_RAWBIND
 #define fio_lookup_raw(dev, majdev, mindev)    1
 #endif