diff options
Diffstat (limited to 'examples/touch.c')
-rw-r--r-- | examples/touch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/touch.c b/examples/touch.c index 949d209d..472ad41c 100644 --- a/examples/touch.c +++ b/examples/touch.c @@ -17,7 +17,7 @@ #include <wlr/types/wlr_matrix.h> #include <wlr/util/log.h> #include <xkbcommon/xkbcommon.h> -#include "support/cat.h" +#include "cat.h" #include "support/shared.h" struct sample_state { |