From fc8220f0ea9fcd2890b84f08ef1e4ee7605f9fd9 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 18 Jun 1996 10:05:43 +0000 Subject: [PATCH] xpg4.2 makes sys/types.h optional, so we gotta include it ourselves --- src/include/regex.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/regex.h b/src/include/regex.h index bcc3e575..c33b26e9 100644 --- a/src/include/regex.h +++ b/src/include/regex.h @@ -1,4 +1,4 @@ -/* $NetBSD: regex.h,v 1.4 1994/10/26 00:56:14 cgd Exp $ */ +/* $NetBSD: regex.h,v 1.4.6.1 1996/06/10 18:57:07 explorer Exp $ */ /*- * Copyright (c) 1992 Henry Spencer. @@ -43,6 +43,7 @@ #define _REGEX_H_ #include +#include /* types */ typedef off_t regoff_t;