From 13a20e9718bdab75f526196b1e1c3352d143370a Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 31 Dec 2013 11:49:34 +0400 Subject: include for raise() in ifne.c --- debian/changelog | 1 + ifne.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index fcdead5..8c5b796 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ moreutils (0.51+dyson1) UNRELEASED; urgency=low [ Igor Pashev ] * Fixed ifdata for illumos/Solaris. Thanks to Gabriele Giacone + * include for raise() in ifne.c -- Igor Pashev Tue, 31 Dec 2013 11:38:59 +0400 diff --git a/ifne.c b/ifne.c index d8ecea9..a58e342 100644 --- a/ifne.c +++ b/ifne.c @@ -23,6 +23,8 @@ #include #include #include +#include /* raise() */ + #define streq(a, b) (!strcmp((a), (b))) static void stdin_to_stream(char *buf, ssize_t r, FILE *outf) { -- cgit v1.2.3