diff --git a/engine/regex/regex.c b/engine/regex/regex.c index 965be62c..a3525549 100644 --- a/engine/regex/regex.c +++ b/engine/regex/regex.c @@ -59,6 +59,10 @@ #ifndef bzero #define bzero(s, n) memset ((s), 0, (n)) #endif +#ifndef _STRINGS_H_ +/* Prevent inclusion of strings.h as the mess above can cause syntax errors */ +#define _STRINGS_H_ +#endif #else #include #endif