summaryrefslogtreecommitdiff
path: root/sys/dev/drm2
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2019-07-29 20:26:01 +0000
committerMark Johnston <markj@FreeBSD.org>2019-07-29 20:26:01 +0000
commit918988576c57ef3ee72ff36273e37b919c4c93d5 (patch)
tree63eb230b1e6067de7db1724bc47a722ffdd1b82d /sys/dev/drm2
parent076574744c20de3296e8f9f9e0f7ef946a78a431 (diff)
Notes
Diffstat (limited to 'sys/dev/drm2')
-rw-r--r--sys/dev/drm2/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/drm2/drmP.h b/sys/dev/drm2/drmP.h
index 3af7ad11fa2e..ab11ad7f8cc0 100644
--- a/sys/dev/drm2/drmP.h
+++ b/sys/dev/drm2/drmP.h
@@ -52,6 +52,7 @@ __FBSDID("$FreeBSD$");
#include <sys/stat.h>
#include <sys/priv.h>
#include <sys/proc.h>
+#include <sys/limits.h>
#include <sys/lock.h>
#include <sys/fcntl.h>
#include <sys/uio.h>