Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/makefs/ffs need <sys/stat.h>



details:   https://anonhg.NetBSD.org/src/rev/efa46e7bad4b
branches:  trunk
changeset: 821764:efa46e7bad4b
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 16 22:10:50 2017 +0000

description:
need <sys/stat.h>

diffstat:

 usr.sbin/makefs/ffs/buf.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 48b2500c8117 -r efa46e7bad4b usr.sbin/makefs/ffs/buf.h
--- a/usr.sbin/makefs/ffs/buf.h Thu Feb 16 19:11:13 2017 +0000
+++ b/usr.sbin/makefs/ffs/buf.h Thu Feb 16 22:10:50 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: buf.h,v 1.11 2017/02/16 19:11:13 christos Exp $        */
+/*     $NetBSD: buf.h,v 1.12 2017/02/16 22:10:50 christos Exp $        */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -40,6 +40,7 @@
 
 #include <sys/param.h>
 #include <sys/queue.h>
+#include <sys/stat.h>
 
 #include <stdio.h>
 #include <string.h>



Home | Main Index | Thread Index | Old Index