summaryrefslogtreecommitdiff
path: root/usr.bin/gprof
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-05-02 23:56:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-05-02 23:56:21 +0000
commit5e6220d9d0ed9bc47d825655629563debeb4c790 (patch)
treeea44581323d4d5406c62189361371b4f8e3c1db4 /usr.bin/gprof
parent1eb55ff65dd85e929f20bc5c4f11d71d76096b92 (diff)
downloadsrc-test2-5e6220d9d0ed9bc47d825655629563debeb4c790.tar.gz
src-test2-5e6220d9d0ed9bc47d825655629563debeb4c790.zip
Notes
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r--usr.bin/gprof/elf.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/gprof/elf.c b/usr.bin/gprof/elf.c
index 359d76e5a7f9..ed1aeb1447ee 100644
--- a/usr.bin/gprof/elf.c
+++ b/usr.bin/gprof/elf.c
@@ -1,8 +1,13 @@
+#ifndef lint
+static const char rcsid[] =
+ "$FreeBSD$";
+#endif /* not lint */
+
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/stat.h>
+#include <machine/elf.h>
-#include <elf.h>
#include <err.h>
#include <fcntl.h>
#include <string.h>