diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-09-13 18:24:59 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-09-13 18:24:59 +0000 |
| commit | 9e0a9e9833dbb82df922821ea4c64cf45b32fb57 (patch) | |
| tree | e9dc51133c6ba3b6fc43ce4ef996fa9aa95afc6b /usr.bin/gcore | |
| parent | e0491636b54ff7b4eaa790bf3dda120f477f8f52 (diff) | |
Notes
Diffstat (limited to 'usr.bin/gcore')
| -rw-r--r-- | usr.bin/gcore/elfcore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/gcore/elfcore.c b/usr.bin/gcore/elfcore.c index 0881ceb3682e2..bdfd9bb459dc3 100644 --- a/usr.bin/gcore/elfcore.c +++ b/usr.bin/gcore/elfcore.c @@ -29,6 +29,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/procfs.h> +#include <sys/queue.h> #include <sys/linker_set.h> #include <machine/elf.h> #include <vm/vm_param.h> |
