diff options
author | Erik Reider <[email protected]> | 2024-01-08 09:23:32 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-08 09:23:32 +0100 |
commit | b875d712407115b381915495e50875cfc523b76d (patch) | |
tree | 4f050bcb1a18179accd390749420d00714664691 /types/fx/shadow_data.c | |
parent | 6759e8da7ab53a46b0eb04e5045b8c67262c3a11 (diff) | |
parent | cc83f41dbfc12af350c37f46677b82a64df801b8 (diff) |
Merge pull request #27 from wlrfx/add_back_xkbcommon_dep
Meson fixes
Diffstat (limited to 'types/fx/shadow_data.c')
-rw-r--r-- | types/fx/shadow_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types/fx/shadow_data.c b/types/fx/shadow_data.c index fae76cf..a8ad8f9 100644 --- a/types/fx/shadow_data.c +++ b/types/fx/shadow_data.c @@ -1,7 +1,7 @@ #include <assert.h> #include <stdlib.h> #include <string.h> -#include "types/fx/shadow_data.h" +#include "scenefx/types/fx/shadow_data.h" #include "wlr/util/log.h" struct shadow_data shadow_data_get_default(void) { |