diff options
Diffstat (limited to 'sys/dev/pci/drm/i915/dvo.h')
-rw-r--r-- | sys/dev/pci/drm/i915/dvo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/i915/dvo.h b/sys/dev/pci/drm/i915/dvo.h index 087c6de8cd7..fc286ef78bf 100644 --- a/sys/dev/pci/drm/i915/dvo.h +++ b/sys/dev/pci/drm/i915/dvo.h @@ -24,6 +24,8 @@ #ifndef _INTEL_DVO_H #define _INTEL_DVO_H +#include <sys/types.h> +#include <sys/device.h> #include <dev/i2c/i2cvar.h> #include <dev/pci/drm/drmP.h> #include <dev/pci/drm/drm_crtc.h> |