diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-16 19:08:01 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-16 19:08:01 +0000 |
| commit | 9c0af1310c99b66db08a88d84d13dd78d3d821ee (patch) | |
| tree | 372fa69402f5c148d1ee1fbac42e6a3cdea66a9b /sys/fs/devfs/devfs_devs.c | |
| parent | 36c51ae068a62ed9909c0d71ffdf639f6ddb8a49 (diff) | |
Notes
Diffstat (limited to 'sys/fs/devfs/devfs_devs.c')
| -rw-r--r-- | sys/fs/devfs/devfs_devs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/devfs/devfs_devs.c b/sys/fs/devfs/devfs_devs.c index e59f6c065a41..37d3d9091c9d 100644 --- a/sys/fs/devfs/devfs_devs.c +++ b/sys/fs/devfs/devfs_devs.c @@ -46,6 +46,7 @@ #include <machine/atomic.h> #include <fs/devfs/devfs.h> +#include <fs/devfs/devfs_int.h> static struct cdev *devfs_inot[NDEVFSINO]; static struct cdev **devfs_overflow; |
