modules/sway-xkb: pull in string.h, for strdup() and strcmp()

This commit is contained in:
Daniel Eklöf 2019-08-14 22:06:46 +02:00
parent bb72111d6c
commit 9aefa8df14
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1,3 +1,4 @@
#include <string.h>
#include <unistd.h> #include <unistd.h>
#define LOG_MODULE "sway-xkb" #define LOG_MODULE "sway-xkb"