Skip to content

Commit

Permalink
* include/regex.h: Include _ansi.h to avoid missing out on preprocessor
Browse files Browse the repository at this point in the history
	macros in sys/_types.h.
  • Loading branch information
github-cygwin committed Apr 27, 2010
1 parent 32c2e09 commit 0f6697b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions winsup/cygwin/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions winsup/cygwin/include/regex.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#define _REGEX_H_

#include <sys/cdefs.h>
#include <_ansi.h>
#include <sys/_types.h>

/* types */
Expand Down

0 comments on commit 0f6697b

Please sign in to comment.