From 4f8059fffa24a26878c049475b3ef3b55cab0f9e Mon Sep 17 00:00:00 2001 From: gdr Date: Tue, 7 Oct 1997 15:00:23 +0000 Subject: [PATCH] added cvs identifier and conditional on system #include --- include/regex.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/regex.h b/include/regex.h index 1611d4b..a1bf4af 100644 --- a/include/regex.h +++ b/include/regex.h @@ -35,12 +35,16 @@ * SUCH DAMAGE. * * @(#)regex.h 8.2 (Berkeley) 1/3/94 + * + * $Id: regex.h,v 1.2 1997/10/07 15:00:23 gdr Exp $ */ #ifndef _REGEX_H_ #define _REGEX_H_ +#ifndef _SYS_CDEFS_H_ #include +#endif /* types */ typedef off_t regoff_t;