diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-05-01 09:30:02 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-05-01 09:30:02 +0000 |
| commit | e16138feadd198d6ee1c205008b301841f73dd69 (patch) | |
| tree | 4ccd8d92a4e8aa5af9e35fa0ebe9399c32a1fdbd /lib/libc/gen/getvfsent.c | |
| parent | f3831201817ccbaebf7fac0d7fde6ef550f1b850 (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/getvfsent.c')
| -rw-r--r-- | lib/libc/gen/getvfsent.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/getvfsent.c b/lib/libc/gen/getvfsent.c index 2b8998cbd0f2..d86dfa06ac46 100644 --- a/lib/libc/gen/getvfsent.c +++ b/lib/libc/gen/getvfsent.c @@ -7,6 +7,8 @@ */ #include <sys/param.h> +#include <sys/lock.h> +#include <sys/mutex.h> #include <sys/types.h> #include <sys/mount.h> #include <sys/sysctl.h> |
