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/getmntinfo.c | |
| parent | f3831201817ccbaebf7fac0d7fde6ef550f1b850 (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/getmntinfo.c')
| -rw-r--r-- | lib/libc/gen/getmntinfo.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/gen/getmntinfo.c b/lib/libc/gen/getmntinfo.c index 6e167a3e7719..a2ee2378c630 100644 --- a/lib/libc/gen/getmntinfo.c +++ b/lib/libc/gen/getmntinfo.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $FreeBSD$ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -36,6 +38,8 @@ static char sccsid[] = "@(#)getmntinfo.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> +#include <sys/lock.h> +#include <sys/mutex.h> #include <sys/ucred.h> #include <sys/mount.h> #include <stdlib.h> |
