diff options
Diffstat (limited to 'paramano.h')
-rw-r--r-- | paramano.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ #ifndef PARAMANO_H #define PARAMANO_H +#define POWERDIR "/sys/class/power_supply/" + #include <gtk/gtk.h> #include <unistd.h> // getuid, getgid #include <stdio.h> // printf, FILE, fopen, etc |