Module Name:    src
Committed By:   dholland
Date:           Fri Jun 10 06:30:59 UTC 2016

Modified Files:
        src/sys/ufs/ext2fs: ext2fs_extents.h

Log Message:
needs <stdbool.h>


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/ufs/ext2fs/ext2fs_extents.h

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

Modified files:

Index: src/sys/ufs/ext2fs/ext2fs_extents.h
diff -u src/sys/ufs/ext2fs/ext2fs_extents.h:1.1 src/sys/ufs/ext2fs/ext2fs_extents.h:1.2
--- src/sys/ufs/ext2fs/ext2fs_extents.h:1.1	Fri Jun  3 15:35:48 2016
+++ src/sys/ufs/ext2fs/ext2fs_extents.h	Fri Jun 10 06:30:58 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: ext2fs_extents.h,v 1.1 2016/06/03 15:35:48 christos Exp $	*/
+/*	$NetBSD: ext2fs_extents.h,v 1.2 2016/06/10 06:30:58 dholland Exp $	*/
 
 /*-
  * Copyright (c) 2012, 2010 Zheng Liu <[email protected]>
@@ -32,6 +32,10 @@
 #define	_UFS_EXT2FS_EXT2FS_EXTENTS_H_
 
 #include <sys/types.h>
+#ifndef _KERNEL
+#include <stdbool.h>
+#endif
+
 #include <ufs/ufs/inode.h>
 #define	EXT4_EXT_MAGIC  0xf30a
 

Reply via email to