# HG changeset patch # User Jim Blandy # Date 721821676 0 # Node ID 40704bbe541526a63ce8a0072131cba76876683f # Parent 01c6d40adf9dd4f43e292537b5a5b40142bc5935 *** empty log message *** diff --git a/regex.h b/regex.h --- 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