diff options
Diffstat (limited to 'runtime/probes.c')
-rw-r--r-- | runtime/probes.c | 5 |
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 */ |