mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 11:30:56 +08:00
* include/regex.h: Include _ansi.h to avoid missing out on preprocessor
macros in sys/_types.h.
This commit is contained in:
parent
32c2e09bba
commit
0f6697b373
@ -1,3 +1,8 @@
|
||||
2010-04-27 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/regex.h: Include _ansi.h to avoid missing out on preprocessor
|
||||
macros in sys/_types.h.
|
||||
|
||||
2010-04-26 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* mount.h (fs_info::inited): New inline method.
|
||||
|
@ -38,6 +38,7 @@
|
||||
#define _REGEX_H_
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <_ansi.h>
|
||||
#include <sys/_types.h>
|
||||
|
||||
/* types */
|
||||
|
Loading…
x
Reference in New Issue
Block a user