summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d5b4ee1..f8592d4 100644
--- a/usr.bin/gprof/gprof.h
+++ b/usr.bin/gprof/gprof.h
@@ -53,6 +53,9 @@
#if __ia64__
# include "ia64.h"
#endif
+#if __mips__
+# include "mips.h"
+#endif
#if __powerpc__
# include "powerpc.h"
#endif
OpenPOWER on IntegriCloud