summaryrefslogtreecommitdiff
path: root/util/dell-flash-unlock/accessors.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/dell-flash-unlock/accessors.c')
-rw-r--r--util/dell-flash-unlock/accessors.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/dell-flash-unlock/accessors.c b/util/dell-flash-unlock/accessors.c
index a5f936c8..a8541e28 100644
--- a/util/dell-flash-unlock/accessors.c
+++ b/util/dell-flash-unlock/accessors.c
@@ -8,12 +8,15 @@
#if defined(__OpenBSD__) || defined(__NetBSD__)
#include <sys/types.h>
#include <machine/sysarch.h>
+#endif /* __OpenBSD__ || __NetBSD__ */
+
+#if defined(__OpenBSD__)
#if defined(__amd64__)
#include <amd64/pio.h>
#elif defined(__i386__)
#include <i386/pio.h>
#endif /* __i386__ */
-#endif /* __OpenBSD__ || __NetBSD__ */
+#endif /* __OpenBSD__ */
#include <errno.h>