diff options
Diffstat (limited to 'src/include/regex/regex.h')
-rw-r--r-- | src/include/regex/regex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/regex/regex.h b/src/include/regex/regex.h index fd5484f13fb..8944cf1b062 100644 --- a/src/include/regex/regex.h +++ b/src/include/regex/regex.h @@ -40,6 +40,8 @@ #ifndef _REGEX_H_ #define _REGEX_H_ +#include <assert.h> + /* #include <sys/cdefs.h> */ /* since not all systems have cdefs.h, we'll use our own here - jolly */ #include "cdefs.h" |