diff options
author | Jim Blandy <jimb@redhat.com> | 1992-11-15 10:30:58 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-11-15 10:30:58 +0000 |
commit | 6510791ae1f3d2fc2082610d11ed113e8820a38e (patch) | |
tree | 00cb2867eb3b0545e18c8947dd0d4da9b5226096 /src/regex.h | |
parent | c9867f005f7863f8c733de707f60359dac68ba02 (diff) | |
download | emacs-6510791ae1f3d2fc2082610d11ed113e8820a38e.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/regex.h')
-rw-r--r-- | src/regex.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regex.h b/src/regex.h index 87824ef474f..ef8e9a36697 100644 --- a/src/regex.h +++ b/src/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 <stddef.h> +#endif + /* POSIX says that <sys/types.h> must be included before <regex.h>. */ /* The following bits are used to determine the regexp syntax we |