From 9aefa8df14ca93a6bae3da2aeebb273ff1c81c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 14 Aug 2019 22:06:46 +0200 Subject: [PATCH] modules/sway-xkb: pull in string.h, for strdup() and strcmp() --- modules/sway_xkb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/sway_xkb.c b/modules/sway_xkb.c index 87b7db2..7e0040f 100644 --- a/modules/sway_xkb.c +++ b/modules/sway_xkb.c @@ -1,3 +1,4 @@ +#include #include #define LOG_MODULE "sway-xkb"