mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Include <dirstream.h> before <dirent/dirent.h>
This commit is contained in:
parent
741a235bf6
commit
450bf206b4
@ -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.
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user