summaryrefslogtreecommitdiff
path: root/tools/interactive-x11.c
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2020-06-28 09:50:47 +0300
committerRan Benita <ran@unusedvar.com>2020-06-28 09:50:47 +0300
commit878cc7a57495fa0bc1fbcb7cc666ad75cb6cdb65 (patch)
treed997835a8125a79d5d8b74267e98ff0241383f62 /tools/interactive-x11.c
parent8b8a464576789b13e2d48d4ede662acac3141263 (diff)
downloadxorg-lib-libxkbcommon-878cc7a57495fa0bc1fbcb7cc666ad75cb6cdb65.tar.gz
tools: don't depend on src/utils.h
The idea is to make the tools/demos as standalone as possible so that they may serve as examples as well. Signed-off-by: Ran Benita <ran@unusedvar.com>
Diffstat (limited to 'tools/interactive-x11.c')
-rw-r--r--tools/interactive-x11.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/interactive-x11.c b/tools/interactive-x11.c
index 4cc24d8..d98433e 100644
--- a/tools/interactive-x11.c
+++ b/tools/interactive-x11.c
@@ -24,6 +24,8 @@
#include "config.h"
#include <locale.h>
+#include <stdbool.h>
+#include <stdlib.h>
#include <xcb/xkb.h>