summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-23 18:49:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-23 18:49:06 +0000
commit7c179154c7f329a16fced4585aa7ce8b025bb223 (patch)
tree762cb4f8637d97248489f28fb55b8b258d3f97f9
parent4cbc1db9ff551efa0610bf674335d386a1b6f0bc (diff)
portable bootstrap thing; lidl@eng.us.uu.net
-rw-r--r--usr.bin/make/var.c5
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>