diff options
author | iedowse <iedowse@FreeBSD.org> | 2002-09-05 07:43:34 +0000 |
---|---|---|
committer | iedowse <iedowse@FreeBSD.org> | 2002-09-05 07:43:34 +0000 |
commit | 5e1032e4e581fce319cd06b341b2a586cd8f2a69 (patch) | |
tree | cb50e890db017e05165af026169ff90dbc7e8d68 /usr.bin/gcore | |
parent | b1d94c37f75017a140121c9735033fcb62e8d0d3 (diff) | |
download | FreeBSD-src-5e1032e4e581fce319cd06b341b2a586cd8f2a69.zip FreeBSD-src-5e1032e4e581fce319cd06b341b2a586cd8f2a69.tar.gz |
Include stdint.h to make this compile.
Submitted by: Garance A Drosihn <drosih@rpi.edu>
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 e473d7c..83f68a9 100644 --- a/usr.bin/gcore/elfcore.c +++ b/usr.bin/gcore/elfcore.c @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include <err.h> #include <errno.h> #include <fcntl.h> +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |