summaryrefslogtreecommitdiff
path: root/bsd/drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd/drm.h')
-rw-r--r--bsd/drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd/drm.h b/bsd/drm.h
index abe2ac3f..df2fa246 100644
--- a/bsd/drm.h
+++ b/bsd/drm.h
@@ -45,7 +45,7 @@
#define DRM_IOC_WRITE _IOC_WRITE
#define DRM_IOC_READWRITE _IOC_READ|_IOC_WRITE
#define DRM_IOC(dir, group, nr, size) _IOC(dir, group, nr, size)
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
#if defined(__FreeBSD__) && defined(XFree86Server)
/* Prevent name collision when including sys/ioccom.h */
#undef ioctl