diff options
author | David <dbphillipsnz@gmail.com> | 2014-06-04 19:54:12 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-06-04 19:54:12 +1200 |
commit | d1e3b814cbb9c08ce5a626445cd2930b13a9893c (patch) | |
tree | 3be25fcb01302bdf2ffc467907436aa6f58958a0 /reload.c | |
parent | 2747e2b658b2f27897a80345cb3afb196c0e7c3b (diff) | |
download | paramano-d1e3b814cbb9c08ce5a626445cd2930b13a9893c.tar.xz |
Moved away from manual setting of sudo-ness
Diffstat (limited to 'reload.c')
-rw-r--r-- | reload.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ #include "tray.h" #include "trayfreq.h" #include "defaults.h" -#include "debug.h" +#include "common.h" #include <stdio.h> void reload_config() |