From a6abfa239fc6f5a928ef1e1519d620fb8d6829ad Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 15 Nov 1992 10:01:16 +0000 Subject: [PATCH] *** empty log message *** --- regex.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/regex.h b/regex.h index 87824ef474..ef8e9a3669 100644 --- a/regex.h +++ b/regex.h @@ -20,6 +20,11 @@ #ifndef __REGEXP_LIBRARY_H__ #define __REGEXP_LIBRARY_H__ +#ifdef VMS +/* POSIX says that size_t should be in stddef.h. */ +#include +#endif + /* POSIX says that must be included before . */ /* The following bits are used to determine the regexp syntax we -- 2.30.2