Include <dirstream.h> before <dirent/dirent.h>

This commit is contained in:
Andreas Schwab 2012-02-28 15:00:25 +01:00
parent 741a235bf6
commit 450bf206b4
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-02-28 Andreas Schwab <schwab@linux-m68k.org>
* include/dirent.h: Include <dirstream.h> before
<dirent/dirent.h>.
2012-02-28 David S. Miller <davem@davemloft.net>
* sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.

View File

@ -1,7 +1,9 @@
#ifndef _DIRENT_H
# ifndef _ISOMAC
# include <dirstream.h>
# endif
# include <dirent/dirent.h>
# ifndef _ISOMAC
# include <dirstream.h>
# include <sys/stat.h>
# include <stdbool.h>