* dired.c: Include <filemode.h> at top level.
This commit is contained in:
parent
cfd812fa03
commit
d209feedbd
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#include <sys/dir.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <filemode.h>
|
||||
|
||||
#define DIRENTRY struct direct
|
||||
|
||||
extern DIR *opendir (char *);
|
||||
|
@ -63,6 +61,8 @@ extern struct direct *readdir (DIR *);
|
|||
|
||||
#endif /* HAVE_DIRENT_H */
|
||||
|
||||
#include <filemode.h>
|
||||
|
||||
#ifdef MSDOS
|
||||
#define DIRENTRY_NONEMPTY(p) ((p)->d_name[0] != 0)
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue