]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include signal.h for kill prototype.
authorJim Meyering <jim@meyering.net>
Fri, 30 Jul 1999 21:13:05 +0000 (21:13 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 30 Jul 1999 21:13:05 +0000 (21:13 +0000)
src/tail.c

index 60b7560a7a14bd46863aa4342934416a47581ea9..b8109dd8a316f1c4aba810b3fe3166e01892e0e5 100644 (file)
@@ -29,6 +29,7 @@
 #include <assert.h>
 #include <getopt.h>
 #include <sys/types.h>
+#include <signal.h>
 
 #include "system.h"
 #include "argmatch.h"