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 | |
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')
-rw-r--r-- | src/gamma-w32gdi.c | 2 | ||||
-rw-r--r-- | src/redshift.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/gamma-w32gdi.c b/src/gamma-w32gdi.c index d1b6533..7425370 100644 --- a/src/gamma-w32gdi.c +++ b/src/gamma-w32gdi.c @@ -31,7 +31,7 @@ # define _(s) s #endif -#include "w32gdi.h" +#include "gamma-w32gdi.h" #include "colorramp.h" #define GAMMA_RAMP_SIZE 256 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" |