bitmap: fix bit_masks[] for 32-bit compiles
[fio.git] / backend.c
index b80c9038fee4155a1728bdd8559b7ed8f1735dcf..f901503a6d347bf23e0e57fd3daca83feeb7544a 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -34,7 +34,9 @@
 #include <sys/stat.h>
 #include <sys/wait.h>
 #include <sys/ipc.h>
+#ifndef FIO_NO_HAVE_SHM_H
 #include <sys/shm.h>
+#endif
 #include <sys/mman.h>
 
 #include "fio.h"