aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gprof/gprof.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-10-23 10:12:10 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-10-23 10:12:10 +0000
commit5b29dc6b1f86149b744e5a3114506300afdf9996 (patch)
tree05618200f8555d885c03053387ed5e6c27100873 /usr.bin/gprof/gprof.h
parentd5c047cf10a11f50b948842f7994932b58ff0da6 (diff)
Add ia64 support (stubs, just like i386, alpha)
Notes
Notes: svn path=/head/; revision=85353
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 d362fb8a1e65..3a7c54bd40f1 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