need <sys/stat.h> ... for stat()

This commit is contained in:
christos 2017-01-10 20:48:12 +00:00
parent cc8b3fb098
commit ce0cfa0c1e

View File

@ -1,4 +1,4 @@
/* $NetBSD: veriexecctl.c,v 1.39 2015/06/16 23:18:55 christos Exp $ */
/* $NetBSD: veriexecctl.c,v 1.40 2017/01/10 20:48:12 christos Exp $ */
/*-
* Copyright 2005 Elad Efrat <elad@NetBSD.org>
@ -43,6 +43,7 @@
#include <err.h>
#include <errno.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <prop/proplib.h>