diff options
author | Jim Meyering <jim@meyering.net> | 1999-07-30 21:13:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-07-30 21:13:05 +0000 |
commit | 6e38ee2da02a1654bbb197c40f45b732454bfb83 (patch) | |
tree | afebf9dbc380a5c03c51bc3018df6da2c228d1a4 | |
parent | b1476fec9539ef5a5de5139254683806165fb12f (diff) | |
download | coreutils-6e38ee2da02a1654bbb197c40f45b732454bfb83.tar.xz |
Include signal.h for kill prototype.
-rw-r--r-- | src/tail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tail.c b/src/tail.c index 60b7560a7..b8109dd8a 100644 --- a/src/tail.c +++ b/src/tail.c @@ -29,6 +29,7 @@ #include <assert.h> #include <getopt.h> #include <sys/types.h> +#include <signal.h> #include "system.h" #include "argmatch.h" |