Skip to content

Commit

Permalink
need <sys/stat.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
christos committed Jan 10, 2017
1 parent 1a78350 commit d5b8fa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion regress/sys/kern/unfdpass/unfdpass.c
@@ -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.
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit d5b8fa3

Please sign in to comment.