Module Name:    src
Committed By:   christos
Date:           Thu Feb 16 22:10:50 UTC 2017

Modified Files:
        src/usr.sbin/makefs/ffs: buf.h

Log Message:
need <sys/stat.h>


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/makefs/ffs/buf.h

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

Modified files:

Index: src/usr.sbin/makefs/ffs/buf.h
diff -u src/usr.sbin/makefs/ffs/buf.h:1.11 src/usr.sbin/makefs/ffs/buf.h:1.12
--- src/usr.sbin/makefs/ffs/buf.h:1.11	Thu Feb 16 14:11:13 2017
+++ src/usr.sbin/makefs/ffs/buf.h	Thu Feb 16 17:10:50 2017
@@ -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>

Reply via email to