From a8bc8c65ce63abbe15ceeaf0460b11265cdf5c29 Mon Sep 17 00:00:00 2001 From: emersion Date: Tue, 6 Nov 2018 08:09:26 +0100 Subject: examples: only link clients to wlroots if necessary --- examples/input-method.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/input-method.c') 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 #include +#include #include #include #include @@ -9,7 +10,6 @@ #include #include #include -#include #include "input-method-unstable-v2-client-protocol.h" #include "text-input-unstable-v3-client-protocol.h" #include "xdg-shell-client-protocol.h" -- cgit v1.2.3