From b7c199e050e1d3e2b0b3cac77ed2a952a3a63ce4 Mon Sep 17 00:00:00 2001 From: FRIGN Date: Thu, 5 Mar 2015 00:57:14 +0100 Subject: [PATCH] Include sys/stat.h in nohup(1) I accidentally removed it, but it's needed to compile on OpenBSD. --- nohup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nohup.c b/nohup.c index b1e69e9..6c7b933 100644 --- a/nohup.c +++ b/nohup.c @@ -1,4 +1,6 @@ /* See LICENSE file for copyright and license details. */ +#include + #include #include #include