diff options
author | Bruce Momjian <bruce@momjian.us> | 1996-10-31 05:58:01 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1996-10-31 05:58:01 +0000 |
commit | 3d7fe6c97c1c0c21c44ee422fe79b3623cb8c772 (patch) | |
tree | 3ed2f5e76f0d903c7ba452e8f7ab2f55f57721c0 /src/include/regex/regex.h | |
parent | 7a93da98af8694feb58e97fdbdcbc64a3d07160c (diff) | |
download | postgresql-3d7fe6c97c1c0c21c44ee422fe79b3623cb8c772.tar.gz postgresql-3d7fe6c97c1c0c21c44ee422fe79b3623cb8c772.zip |
Added needed include file.
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" |