From 97b845b0fcd3cf7a98f0cefc4051729c252177b9 Mon Sep 17 00:00:00 2001 From: Umut Tezduyar Lindskog Date: Fri, 17 Jul 2015 10:38:31 +0200 Subject: cgtop: include missing signal.h for sigwinch --- src/cgtop/cgtop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cgtop') diff --git a/src/cgtop/cgtop.c b/src/cgtop/cgtop.c index d630e35882..f953c9e624 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" -- cgit v1.2.3-54-g00ecf