diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-05-01 08:46:02 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-05-01 08:46:02 +0000 |
| commit | 6e547eabb804d199d43ff88ef8ed3dff8cfa61c0 (patch) | |
| tree | d09a55fb98a322847cccd270d4d37a48b5d9edf7 /usr.bin/gcore | |
| parent | 325a83b4567f784312339452bbce7e49b97d9091 (diff) | |
Notes
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 7757230e14cf..b5f6143730f0 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 7757230e14cf..b5f6143730f0 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> |
