diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2019-05-21 01:18:43 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2019-05-21 01:18:43 +0000 |
| commit | e12be3218a280716128879e59a469f3680b103e4 (patch) | |
| tree | 8fef7b196421dc1bcf5ffd244c3aad8dc03b1b03 /sys/dev/hdmi | |
| parent | 637b653270e0ecd3ceaa1494cacf6f59928c9b4c (diff) | |
Notes
Diffstat (limited to 'sys/dev/hdmi')
| -rw-r--r-- | sys/dev/hdmi/dwc_hdmi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/hdmi/dwc_hdmi.c b/sys/dev/hdmi/dwc_hdmi.c index 27bb4739163a..b4fd5261019e 100644 --- a/sys/dev/hdmi/dwc_hdmi.c +++ b/sys/dev/hdmi/dwc_hdmi.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/systm.h> +#include <sys/eventhandler.h> #include <sys/kernel.h> #include <sys/module.h> #include <sys/malloc.h> |
