summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/gprof.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-10-23 10:12:10 +0000
committerpeter <peter@FreeBSD.org>2001-10-23 10:12:10 +0000
commitbd8ef90209a33484bebf84dd1f4cc4cb4b2fe57b (patch)
tree05618200f8555d885c03053387ed5e6c27100873 /usr.bin/gprof/gprof.h
parent123757f02012d5df56dd6422c3ab4460692b2dc4 (diff)
downloadFreeBSD-src-bd8ef90209a33484bebf84dd1f4cc4cb4b2fe57b.zip
FreeBSD-src-bd8ef90209a33484bebf84dd1f4cc4cb4b2fe57b.tar.gz
Add ia64 support (stubs, just like i386, alpha)
Diffstat (limited to 'usr.bin/gprof/gprof.h')
-rw-r--r--usr.bin/gprof/gprof.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h
index d362fb8..3a7c54b 100644
--- a/usr.bin/gprof/gprof.h
+++ b/usr.bin/gprof/gprof.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)gprof.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
#include <sys/types.h>
@@ -40,6 +41,9 @@
#include <stdio.h>
#include <stdlib.h>
+#if __ia64__
+# include "ia64.h"
+#endif
#if __alpha__
# include "alpha.h"
#endif
OpenPOWER on IntegriCloud