need <sys/stat.h>

This commit is contained in:
christos 2017-01-10 22:37:44 +00:00
parent 25f1087ae3
commit 7fc7897d31

View File

@ -1,4 +1,4 @@
/* $NetBSD: unfdpass.c,v 1.10 2008/04/28 20:23:07 martin Exp $ */
/* $NetBSD: unfdpass.c,v 1.11 2017/01/10 22:37:44 christos Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -40,6 +40,7 @@
#include <sys/wait.h>
#include <sys/un.h>
#include <sys/uio.h>
#include <sys/stat.h>
#include <err.h>
#include <errno.h>