summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gprof/elf.c')
-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 359d76e..ed1aeb1 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>
OpenPOWER on IntegriCloud