Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ext2fs If using constants from dirent.h it ought to ...
details: https://anonhg.NetBSD.org/src/rev/df095ac3b5f3
branches: trunk
changeset: 346925:df095ac3b5f3
user: kre <kre%NetBSD.org@localhost>
date: Sun Aug 07 01:47:11 2016 +0000
description:
If using constants from dirent.h it ought to be included.
Hopefully fixes i386 build.
diffstat:
sys/ufs/ext2fs/ext2fs_dir.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 80c70913dbe7 -r df095ac3b5f3 sys/ufs/ext2fs/ext2fs_dir.h
--- a/sys/ufs/ext2fs/ext2fs_dir.h Sun Aug 07 01:01:59 2016 +0000
+++ b/sys/ufs/ext2fs/ext2fs_dir.h Sun Aug 07 01:47:11 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ext2fs_dir.h,v 1.21 2016/08/06 21:39:48 jdolecek Exp $ */
+/* $NetBSD: ext2fs_dir.h,v 1.22 2016/08/07 01:47:11 kre Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,6 +67,7 @@
#ifndef _UFS_EXT2FS_EXT2FS_DIR_H_
#define _UFS_EXT2FS_EXT2FS_DIR_H_
+#include <sys/dirent.h>
#include <ufs/ext2fs/ext2fs_dinode.h>
/*
Home |
Main Index |
Thread Index |
Old Index