diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1996-02-22 12:52:45 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1996-02-22 12:52:45 +0000 |
commit | 2a386a8cdc99eb71939bbbfb8ac081ef589ed97d (patch) | |
tree | 04f942ea9ee6a1ec9728aa9556ca5e59ba357621 /otherlibs/str/regex-0.12/regex.h | |
parent | c3223fadf86b307256773b6356af2062fce1e86f (diff) |
Portage NT.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@655 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
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 |