diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2015-07-17 12:24:26 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2015-07-17 12:24:26 +0200 |
commit | d3621df89c6036db8402a32b1201edb5049ab0b0 (patch) | |
tree | 40478ba15044dbd4e26a26a4db294c71a637400d | |
parent | 281033284352ed7651e84d228dad780dc2ef299f (diff) | |
parent | 97b845b0fcd3cf7a98f0cefc4051729c252177b9 (diff) |
Merge pull request #610 from utezduyar/include-signal-header
cgtop: include missing signal.h for sigwinch
-rw-r--r-- | src/cgtop/cgtop.c | 1 |
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" |