From 3d7fe6c97c1c0c21c44ee422fe79b3623cb8c772 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 31 Oct 1996 05:58:01 +0000 Subject: Added needed include file. --- src/include/regex/regex.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/regex') 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 + /* #include */ /* since not all systems have cdefs.h, we'll use our own here - jolly */ #include "cdefs.h" -- cgit v1.2.3