From e40b50bf5e8da5d4d07a8cc4f1f8b09e1c5aa6b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 15 Feb 2019 22:06:03 +0100 Subject: [PATCH] module/i3-common: add missing include Needed for e.g strncpy() and strcmp() --- modules/i3-common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/i3-common.c b/modules/i3-common.c index 0da04a5..225678b 100644 --- a/modules/i3-common.c +++ b/modules/i3-common.c @@ -1,6 +1,7 @@ #include "i3-common.h" #include +#include #include #include