diff options
Diffstat (limited to 'src/include/zenmonitor.h')
-rw-r--r-- | src/include/zenmonitor.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/zenmonitor.h b/src/include/zenmonitor.h index 43a6e3f..eba68c0 100644 --- a/src/include/zenmonitor.h +++ b/src/include/zenmonitor.h @@ -1,3 +1,8 @@ +#ifndef __ZENMONITOR_ZENMONITOR_H__ +#define __ZENMONITOR_ZENMONITOR_H__ + +#include <glib.h> + #define ERROR_VALUE -999.0 #define VERSION "1.4.2" @@ -28,3 +33,5 @@ gboolean check_zen(); gchar *cpu_model(); guint get_core_count(); extern gboolean display_coreid; + +#endif /* __ZENMONITOR_ZENMONITOR_H__ */ |