diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2021-11-17 19:35:46 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2021-12-09 18:09:53 +0000 |
| commit | df38ada2931f95d07b65b19fcfb4c9845d656ba9 (patch) | |
| tree | b718345283da3f68b8c6dcfff256feb08de969c1 /sys/dev | |
| parent | 2cc5a480a63b48af606b845079f91f2d6a1bb44a (diff) | |
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/videomode/videomode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/videomode/videomode.c b/sys/dev/videomode/videomode.c index a1c7f0a82290..aa576d21b623 100644 --- a/sys/dev/videomode/videomode.c +++ b/sys/dev/videomode/videomode.c @@ -11,6 +11,7 @@ __FBSDID("$FreeBSD$"); #include <sys/types.h> +#include <sys/param.h> #include <sys/module.h> #include <dev/videomode/videomode.h> |
