diff options
author | 1998-07-23 18:49:05 +0000 | |
---|---|---|
committer | 1998-07-23 18:49:05 +0000 | |
commit | fe98ed302fd0c5ed2a49b07faf5b91a10ebbfc38 (patch) | |
tree | 4a97ea50e0e8639ff3f23e1bc2926838d314832d | |
parent | sync (diff) | |
download | wireguard-openbsd-fe98ed302fd0c5ed2a49b07faf5b91a10ebbfc38.tar.xz wireguard-openbsd-fe98ed302fd0c5ed2a49b07faf5b91a10ebbfc38.zip |
portable bootstrap thing; lidl@eng.us.uu.net
-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> |