summaryrefslogtreecommitdiffstats
path: root/runtime/probes.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/probes.c')
-rw-r--r--runtime/probes.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/probes.c b/runtime/probes.c
index 62819901..144445d6 100644
--- a/runtime/probes.c
+++ b/runtime/probes.c
@@ -1,4 +1,6 @@
-/* -*- linux-c -*- */
+#ifndef _PROBES_C_ /* -*- linux-c -*- */
+#define _PROBES_C
+
/** @file probes.c
* @brief Functions to assist loading and unloading groups of probes.
*/
@@ -100,3 +102,4 @@ out:
return ret;
}
+#endif /* _PROBES_C */