diff options
Diffstat (limited to 'otherlibs/str/regex-0.12/regex.h')
-rw-r--r-- | otherlibs/str/regex-0.12/regex.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/otherlibs/str/regex-0.12/regex.h b/otherlibs/str/regex-0.12/regex.h index 408dd2103..69c3f44b6 100644 --- a/otherlibs/str/regex-0.12/regex.h +++ b/otherlibs/str/regex-0.12/regex.h @@ -29,6 +29,11 @@ #include <stddef.h> #endif +#ifdef _WIN32 +/* Same for Microsoft Visual C++ */ +#include <stddef.h> +#endif + /* The following bits are used to determine the regexp syntax we recognize. The set/not-set meanings are chosen so that Emacs syntax |