diff options
-rw-r--r-- | usr.bin/make/var.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index 4ab4cd1eda1..2e70f46611b 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -1,4 +1,4 @@ -/* $OpenBSD: var.c,v 1.8 1998/03/30 06:59:39 deraadt Exp $ */ +/* $OpenBSD: var.c,v 1.9 1998/07/23 18:49:05 deraadt Exp $ */ /* $NetBSD: var.c,v 1.18 1997/03/18 19:24:46 christos Exp $ */ /* @@ -43,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)var.c 8.3 (Berkeley) 3/19/94"; #else -static char rcsid[] = "$OpenBSD: var.c,v 1.8 1998/03/30 06:59:39 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: var.c,v 1.9 1998/07/23 18:49:05 deraadt Exp $"; #endif #endif /* not lint */ @@ -91,6 +91,7 @@ static char rcsid[] = "$OpenBSD: var.c,v 1.8 1998/03/30 06:59:39 deraadt Exp $"; #include <ctype.h> #ifndef MAKE_BOOTSTRAP +#include <sys/types.h> #include <regex.h> #endif #include <stdlib.h> |