diff options
Diffstat (limited to 'font-viewer')
-rw-r--r-- | font-viewer/totem-resources.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/font-viewer/totem-resources.h b/font-viewer/totem-resources.h index 40833ba1..5074aa85 100644 --- a/font-viewer/totem-resources.h +++ b/font-viewer/totem-resources.h @@ -25,9 +25,13 @@ * */ +#ifndef __TOTEM_RESOURCES_H__ +#define __TOTEM_RESOURCES_H__ + #include <glib.h> void totem_resources_monitor_start (const char *input, gint wall_clock_time); void totem_resources_monitor_stop (void); +#endif /* __TOTEM_RESOURCES_H__ */ |