Module Name:    src
Committed By:   christos
Date:           Wed Jan 11 18:32:49 UTC 2017

Modified Files:
        src/sys/arch/atari/stand/installboot: installboot.c

Log Message:
need <sys/stat.h>


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/atari/stand/installboot/installboot.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/atari/stand/installboot/installboot.c
diff -u src/sys/arch/atari/stand/installboot/installboot.c:1.35 src/sys/arch/atari/stand/installboot/installboot.c:1.36
--- src/sys/arch/atari/stand/installboot/installboot.c:1.35	Wed Aug 12 13:59:51 2015
+++ src/sys/arch/atari/stand/installboot/installboot.c	Wed Jan 11 13:32:48 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: installboot.c,v 1.35 2015/08/12 17:59:51 tsutsui Exp $	*/
+/*	$NetBSD: installboot.c,v 1.36 2017/01/11 18:32:48 christos Exp $	*/
 
 /*
  * Copyright (c) 1995 Waldi Ravens
@@ -30,8 +30,9 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <sys/types.h>
 #include <sys/param.h>
+#include <sys/types.h>
+#include <sys/stat.h>
 #include <sys/sysctl.h>
 #include <sys/ioctl.h>
 #include <unistd.h>

Reply via email to