aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gprof
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2004-05-18 18:05:19 +0000
committerPeter Wemm <peter@FreeBSD.org>2004-05-18 18:05:19 +0000
commitf7dd47a8d163a3f7925827730a59ff6e053f9471 (patch)
treea2cd05a1f6e562c0aa667d9db21a3bad656f215e /usr.bin/gprof
parent47afd1f81ed9a363d194d022037a3993528e0c3e (diff)
Notes
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r--usr.bin/gprof/gprof.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h
index 3dc3b11cb78c..fc0630b667ed 100644
--- a/usr.bin/gprof/gprof.h
+++ b/usr.bin/gprof/gprof.h
@@ -44,6 +44,9 @@
#if __alpha__
# include "alpha.h"
#endif
+#if __amd64__
+# include "amd64.h"
+#endif
#if __arm__
# include "arm.h"
#endif