Add support for AIX
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index 218766ab1fee160a252dc3bc14a8c5ee69705c79..e2bb0ba9a23b49da17be0fc6987d68b8b2f86d64 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -14,6 +14,8 @@
 #include "os-solaris.h"
 #elif defined(__APPLE__)
 #include "os-mac.h"
+#elif defined(_AIX)
+#include "os-aix.h"
 #else
 #error "unsupported os"
 #endif