diff options
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 */ |