summary refs log tree commit diff
path: root/include/sys/gmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/gmon.h')
-rw-r--r--include/sys/gmon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/gmon.h b/include/sys/gmon.h
index 2e56188027..492d853f8e 100644
--- a/include/sys/gmon.h
+++ b/include/sys/gmon.h
@@ -1,3 +1,4 @@
+#ifndef _SYS_GMON_H
 #include <gmon/sys/gmon.h>
 
 /* Now define the internal interfaces.  */
@@ -5,3 +6,4 @@
 /* Write current profiling data to file.  */
 extern void __write_profiling __P ((void));
 extern void write_profiling __P ((void));
+#endif