diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-25 01:33:28 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-25 01:33:28 +0200 |
commit | 98cc1a565702a9b97facb18563a50ccac0b0e9b1 (patch) | |
tree | b6bda58822044b0390d5e09ca6ba28aae65f8640 /src/redshift.c | |
parent | Add location provider that reads location from the gconf key associated (diff) | |
download | redshift-ng-98cc1a565702a9b97facb18563a50ccac0b0e9b1.tar.gz redshift-ng-98cc1a565702a9b97facb18563a50ccac0b0e9b1.tar.bz2 redshift-ng-98cc1a565702a9b97facb18563a50ccac0b0e9b1.tar.xz |
Fix build on mingw
Diffstat (limited to 'src/redshift.c')
-rw-r--r-- | src/redshift.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/redshift.c b/src/redshift.c index b0c3e04..84a0b5d 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -41,6 +41,7 @@ # define _(s) s #endif +#include "redshift.h" #include "solar.h" #include "systemtime.h" |