diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-04-01 12:34:47 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-04-01 12:34:47 +0000 |
| commit | 95082542bb4d216ae71b1d142e481cd58ddd87c4 (patch) | |
| tree | fc58524917c6663e907a308a3758ba52cf1733a1 | |
| parent | cdcdfd877b64ab48b31fa64dfac76eedbe0cb875 (diff) | |
Notes
| -rw-r--r-- | sys/compat/linux/linux_ioctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_ioctl.c b/sys/compat/linux/linux_ioctl.c index e63012f5a8ad..1aa86d67bd40 100644 --- a/sys/compat/linux/linux_ioctl.c +++ b/sys/compat/linux/linux_ioctl.c @@ -33,6 +33,7 @@ #include <sys/sysproto.h> #include <sys/cdio.h> #include <sys/dvdio.h> +#include <sys/conf.h> #include <sys/disk.h> #include <sys/consio.h> #include <sys/ctype.h> |
