Add basic DragonFly support
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index df706ab7be4150d8589b2130e96e5c4ef1b09bb6..7cb8121120ecd5c98c78d8d3e31b76997172c6da 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -21,6 +21,7 @@ enum {
        os_solaris,
        os_windows,
        os_android,
+       os_dragonfly,
 
        os_nr,
 };
@@ -45,6 +46,8 @@ enum {
 #include "os-hpux.h"
 #elif defined(WIN32)
 #include "os-windows.h"
+#elif defined (__DragonFly__)
+#include "os-dragonfly.h"
 #else
 #error "unsupported os"
 #endif