Include <dirent.h>, not <sys/dir.h> on Concurrent.
From-SVN: r7530
This commit is contained in:
parent
9abdca9c6f
commit
9b3345cc76
@ -64,7 +64,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef POSIX
|
||||
#if defined(POSIX) || defined(CONCURRENT)
|
||||
#include <dirent.h>
|
||||
#else
|
||||
#include <sys/dir.h>
|
||||
|
Loading…
Reference in New Issue
Block a user