From 97b845b0fcd3cf7a98f0cefc4051729c252177b9 Mon Sep 17 00:00:00 2001 From: Umut Tezduyar Lindskog Date: Fri, 17 Jul 2015 10:38:31 +0200 Subject: [PATCH] cgtop: include missing signal.h for sigwinch --- src/cgtop/cgtop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cgtop/cgtop.c b/src/cgtop/cgtop.c index d630e358828..f953c9e6241 100644 --- a/src/cgtop/cgtop.c +++ b/src/cgtop/cgtop.c @@ -27,6 +27,7 @@ #include #include #include +#include #include "path-util.h" #include "terminal-util.h" -- 2.47.3