* include/regex.h: Include _ansi.h to avoid missing out on preprocessor

macros in sys/_types.h.
This commit is contained in:
Corinna Vinschen 2010-04-27 15:18:14 +00:00
parent 32c2e09bba
commit 0f6697b373
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -38,6 +38,7 @@
#define _REGEX_H_
#include <sys/cdefs.h>
#include <_ansi.h>
#include <sys/_types.h>
/* types */