aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorIan Dowse <iedowse@FreeBSD.org>2002-09-05 07:43:34 +0000
committerIan Dowse <iedowse@FreeBSD.org>2002-09-05 07:43:34 +0000
commit56d037c684c56829f0f50c50280191ddee7748ea (patch)
treecb50e890db017e05165af026169ff90dbc7e8d68 /usr.bin
parent1279572a92e0f2d004dcca18343e11558ebcd9af (diff)
downloadsrc-56d037c684c56829f0f50c50280191ddee7748ea.tar.gz
src-56d037c684c56829f0f50c50280191ddee7748ea.zip
Include stdint.h to make this compile.
Submitted by: Garance A Drosihn <drosih@rpi.edu>
Notes
Notes: svn path=/head/; revision=102951
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/gcore/elfcore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/gcore/elfcore.c b/usr.bin/gcore/elfcore.c
index e473d7ce5bd8..83f68a94fb11 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>