diff options
Diffstat (limited to 'src/redshift.c')
-rw-r--r-- | src/redshift.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/redshift.c b/src/redshift.c index 29f463c..4f2304c 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -38,6 +38,9 @@ #define FADE_LENGTH 160U +char *argv0; + + /** * The user's current geographical location */ |