diff options
author | Guido van Rossum <guido@python.org> | 1997-12-22 22:46:52 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-22 22:46:52 (GMT) |
commit | 557dea1ca28bd80b50785c9a16262a3c78e5bec0 (patch) | |
tree | e3353ad531fd77433ed07aaefcb114d4336e0ef1 /Modules/pcre.h | |
parent | 0148bbf96643c6c8bb7f2ec9598bbf5b09ed494a (diff) | |
download | cpython-557dea1ca28bd80b50785c9a16262a3c78e5bec0.zip cpython-557dea1ca28bd80b50785c9a16262a3c78e5bec0.tar.gz cpython-557dea1ca28bd80b50785c9a16262a3c78e5bec0.tar.bz2 |
AMK's latest -- synchronized with PCRE 1.04.
Diffstat (limited to 'Modules/pcre.h')
-rw-r--r-- | Modules/pcre.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/pcre.h b/Modules/pcre.h index 4ba9d9c..e914084 100644 --- a/Modules/pcre.h +++ b/Modules/pcre.h @@ -14,6 +14,7 @@ /* Have to include stdlib.h in order to ensure that size_t is defined; it is needed here for malloc. */ +#include <sys/types.h> #include <stdlib.h> /* Options */ |