Index: x11/tilda/files/patch-tilda.c =================================================================== --- x11/tilda/files/patch-tilda.c (revision 504485) +++ x11/tilda/files/patch-tilda.c (working copy) @@ -1,5 +1,5 @@ ---- src/tilda.c.orig 2017-09-08 22:19:35.318278000 +0300 -+++ src/tilda.c 2017-09-08 22:21:22.752550000 +0300 +--- src/tilda.c.orig 2018-02-08 19:55:42 UTC ++++ src/tilda.c @@ -12,6 +12,7 @@ * You should have received a copy of the GNU Library General Public * License along with this library. If not, see . @@ -8,7 +8,16 @@ #define _POSIX_SOURCE /* feature test macro for signal functions */ #define _XOPEN_SOURCE /* feature test macro for popen */ -@@ -230,7 +231,7 @@ +@@ -52,7 +53,7 @@ + #include + #include + #include +-#include ++#include + #include + #include + #include +@@ -230,7 +231,7 @@ nomatch: static GSList *getPids() { GSList *pids = NULL; FILE *ps_output;