Add Intel rdrand support
[fio.git] / lib / rand.h
index 089837dbf0267c326dc4b355782558c24080abf1..0a577fd3df67d5ce29707a09fd1810cbecf545df 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef FIO_RAND_H
 #define FIO_RAND_H
 
+#include "../arch/arch.h"
+
 #define FRAND_MAX      (-1U)
 
 struct frand_state {