diff options
Diffstat (limited to 'background-image.c')
-rw-r--r-- | background-image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background-image.c b/background-image.c index 63c9810..26cb6ee 100644 --- a/background-image.c +++ b/background-image.c @@ -1,6 +1,6 @@ #include <assert.h> #include "background-image.h" -#include "cairo.h" +#include "cairo_util.h" #include "log.h" enum background_mode parse_background_mode(const char *mode) { |