=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/dirent.h,v retrieving revision 1.30 retrieving revision 1.31 diff -c -r1.30 -r1.31 *** src/include/dirent.h 2013/03/24 17:46:58 1.30 --- src/include/dirent.h 2013/06/02 16:14:59 1.31 *************** *** 1,4 **** ! /* $OpenBSD: dirent.h,v 1.30 2013/03/24 17:46:58 deraadt Exp $ */ /* $NetBSD: dirent.h,v 1.9 1995/03/26 20:13:37 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: dirent.h,v 1.31 2013/06/02 16:14:59 guenther Exp $ */ /* $NetBSD: dirent.h,v 1.9 1995/03/26 20:13:37 jtc Exp $ */ /*- *************** *** 40,47 **** /* * POSIX doesn't mandate this, but X/Open XPG 4.2 does. */ ! #if __BSD_VISIBLE || __XPG_VISIBLE >= 420 #include #endif /* --- 40,49 ---- /* * POSIX doesn't mandate this, but X/Open XPG 4.2 does. */ ! #if __BSD_VISIBLE || __XPG_VISIBLE >= 400 #include + #else + #include #endif /*