=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/parse.c,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- src/usr.bin/make/parse.c 2000/09/14 13:43:31 1.56 +++ src/usr.bin/make/parse.c 2000/09/14 13:46:45 1.57 @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.c,v 1.56 2000/09/14 13:43:31 espie Exp $ */ +/* $OpenBSD: parse.c,v 1.57 2000/09/14 13:46:45 espie Exp $ */ /* $NetBSD: parse.c,v 1.29 1997/03/10 21:20:04 christos Exp $ */ /* @@ -86,11 +86,12 @@ #else #include #endif +#include #include #include #include #include "make.h" -#include "hash.h" +#include "ohash.h" #include "dir.h" #include "job.h" #include "buf.h" @@ -102,7 +103,7 @@ static char sccsid[] = "@(#)parse.c 8.3 (Berkeley) 3/19/94"; #else UNUSED -static char rcsid[] = "$OpenBSD: parse.c,v 1.56 2000/09/14 13:43:31 espie Exp $"; +static char rcsid[] = "$OpenBSD: parse.c,v 1.57 2000/09/14 13:46:45 espie Exp $"; #endif #endif /* not lint */