diff options
author | Issam E. Maghni <issam.e.maghni@mailbox.org> | 2021-05-07 17:36:07 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-05-10 10:29:07 +0200 |
commit | 3cb81c3573036a3606a4c7a1cedbe3e814a22773 (patch) | |
tree | fc089a0565d049f5f425e5095ee2fcaa2f6c0e70 /pool-buffer.c | |
parent | 808a226ec63c00e20c402bee332e4aa81f86e7ea (diff) | |
download | swaybg-3cb81c3573036a3606a4c7a1cedbe3e814a22773.tar.gz swaybg-3cb81c3573036a3606a4c7a1cedbe3e814a22773.tar.bz2 |
cairo: Replace <cairo/cairo.h> by <cairo.h>
Same as https://github.com/swaywm/sway/pull/6262
Diffstat (limited to 'pool-buffer.c')
-rw-r--r-- | pool-buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pool-buffer.c b/pool-buffer.c index b3f1ef2..428ef51 100644 --- a/pool-buffer.c +++ b/pool-buffer.c @@ -1,6 +1,6 @@ #define _POSIX_C_SOURCE 200809 #include <assert.h> -#include <cairo/cairo.h> +#include <cairo.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h> |