diff options
author | markm <markm@FreeBSD.org> | 2001-05-01 08:46:02 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-05-01 08:46:02 +0000 |
commit | 9f745ed9e17c9109c619798ded9fa230229896fa (patch) | |
tree | d44cccec3c7629bf77f803fae094c7cc408bf953 /usr.bin/gcore | |
parent | 5ee04d58e61e5dbe7c4dc899f890b9e830d93b5e (diff) | |
download | FreeBSD-src-9f745ed9e17c9109c619798ded9fa230229896fa.zip FreeBSD-src-9f745ed9e17c9109c619798ded9fa230229896fa.tar.gz |
Compensate for header dethreading.
Diffstat (limited to 'usr.bin/gcore')
-rw-r--r-- | usr.bin/gcore/aoutcore.c | 1 | ||||
-rw-r--r-- | usr.bin/gcore/gcore.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/gcore/aoutcore.c b/usr.bin/gcore/aoutcore.c index 7757230..b5f6143 100644 --- a/usr.bin/gcore/aoutcore.c +++ b/usr.bin/gcore/aoutcore.c @@ -57,6 +57,7 @@ static const char rcsid[] = * contract BG 91-66 and contributed to Berkeley. */ #include <sys/param.h> +#include <sys/lock.h> #include <sys/time.h> #include <sys/stat.h> #include <sys/proc.h> diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 7757230..b5f6143 100644 --- a/usr.bin/gcore/gcore.c +++ b/usr.bin/gcore/gcore.c @@ -57,6 +57,7 @@ static const char rcsid[] = * contract BG 91-66 and contributed to Berkeley. */ #include <sys/param.h> +#include <sys/lock.h> #include <sys/time.h> #include <sys/stat.h> #include <sys/proc.h> |