1
1

change "#ifndef WIN32" to "#ifdef HAVE_DIRENT_H"

This commit was SVN r26755.
Этот коммит содержится в:
Shiqing Fan 2012-07-05 16:37:30 +00:00
родитель 663d1b06e2
Коммит bd6cb5decd

Просмотреть файл

@ -11,7 +11,7 @@
#define _ATFILE_SOURCE #define _ATFILE_SOURCE
#include <assert.h> #include <assert.h>
#include <sys/types.h> #include <sys/types.h>
#ifndef WIN32 #ifdef HAVE_DIRENT_H
#include <dirent.h> #include <dirent.h>
#endif #endif
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H