diff options
author | markm <markm@FreeBSD.org> | 2001-05-01 09:32:34 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-05-01 09:32:34 +0000 |
commit | 489b7590abaf54aacc23e209b00aa57e8197acae (patch) | |
tree | 0c11f7c2dd5b4a688478f851a178eecda5ea1ee5 /lib/libc_r/uthread/uthread_fstat.c | |
parent | 10ca856588fd47080a7cb4edd18a0378010c2a23 (diff) | |
download | FreeBSD-src-489b7590abaf54aacc23e209b00aa57e8197acae.zip FreeBSD-src-489b7590abaf54aacc23e209b00aa57e8197acae.tar.gz |
Compenate for header dethreading.
Diffstat (limited to 'lib/libc_r/uthread/uthread_fstat.c')
-rw-r--r-- | lib/libc_r/uthread/uthread_fstat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc_r/uthread/uthread_fstat.c b/lib/libc_r/uthread/uthread_fstat.c index 0aa49d1..bc2a00b 100644 --- a/lib/libc_r/uthread/uthread_fstat.c +++ b/lib/libc_r/uthread/uthread_fstat.c @@ -35,6 +35,8 @@ #include <errno.h> #include <sys/types.h> #include <sys/param.h> +#include <sys/lock.h> +#include <sys/mutex.h> #include <sys/mount.h> #include <sys/stat.h> #include <pthread.h> |