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/c38e9380f111
branches:  trunk
changeset: 351513:c38e9380f111
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 316c0b3eaac6 -r c38e9380f111 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