Include sys/stat.h in nohup(1)

I accidentally removed it, but it's needed to compile on OpenBSD.
This commit is contained in:
FRIGN 2015-03-05 00:57:14 +01:00
parent 68aa324713
commit b7c199e050
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
/* See LICENSE file for copyright and license details. */
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>