summaryrefslogtreecommitdiff
path: root/src/cgtop
diff options
context:
space:
mode:
authorUmut Tezduyar Lindskog <umuttl@axis.com>2015-07-17 10:38:31 +0200
committerUmut Tezduyar Lindskog <umuttl@axis.com>2015-07-17 10:39:06 +0200
commit97b845b0fcd3cf7a98f0cefc4051729c252177b9 (patch)
tree40478ba15044dbd4e26a26a4db294c71a637400d /src/cgtop
parent281033284352ed7651e84d228dad780dc2ef299f (diff)
cgtop: include missing signal.h for sigwinch
Diffstat (limited to 'src/cgtop')
-rw-r--r--src/cgtop/cgtop.c1
1 files changed, 1 insertions, 0 deletions
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 <unistd.h>
#include <alloca.h>
#include <getopt.h>
+#include <signal.h>
#include "path-util.h"
#include "terminal-util.h"