diff options
Diffstat (limited to 'src/gamma-coopgamma.c')
-rw-r--r-- | src/gamma-coopgamma.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gamma-coopgamma.c b/src/gamma-coopgamma.c index 41a9d2b..d389e34 100644 --- a/src/gamma-coopgamma.c +++ b/src/gamma-coopgamma.c @@ -20,7 +20,7 @@ #ifdef HAVE_CONFIG_H # include "config.h" #else -# define PACKAGE "redshift" +# define PACKAGE "redshift-ng" #endif #include <errno.h> @@ -37,8 +37,9 @@ # define _(s) s #endif -#include "gamma-coopgamma.h" -#include "colorramp.h" +#include "common.h" + +#include <libcoopgamma.h> typedef struct { |