diff options
Diffstat (limited to 'examples/input-method.c')
-rw-r--r-- | examples/input-method.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/input-method.c b/examples/input-method.c index 3e485d1c..4e375306 100644 --- a/examples/input-method.c +++ b/examples/input-method.c @@ -1,6 +1,7 @@ #define _POSIX_C_SOURCE 200809L #include <assert.h> #include <errno.h> +#include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -9,7 +10,6 @@ #include <unistd.h> #include <wayland-client.h> #include <wayland-egl.h> -#include <wlr/render/egl.h> #include "input-method-unstable-v2-client-protocol.h" #include "text-input-unstable-v3-client-protocol.h" #include "xdg-shell-client-protocol.h" |