=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.c,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/make/make.c 2000/09/14 13:32:07 1.21 --- src/usr.bin/make/make.c 2000/09/14 13:46:45 1.22 *************** *** 1,4 **** ! /* $OpenBSD: make.c,v 1.21 2000/09/14 13:32:07 espie Exp $ */ /* $NetBSD: make.c,v 1.10 1996/11/06 17:59:15 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: make.c,v 1.22 2000/09/14 13:46:45 espie Exp $ */ /* $NetBSD: make.c,v 1.10 1996/11/06 17:59:15 christos Exp $ */ /* *************** *** 71,78 **** * and perform the .USE actions if so. */ #include "make.h" ! #include "hash.h" #include "dir.h" #include "job.h" --- 71,79 ---- * and perform the .USE actions if so. */ + #include #include "make.h" ! #include "ohash.h" #include "dir.h" #include "job.h" *************** *** 81,87 **** static char sccsid[] = "@(#)make.c 8.1 (Berkeley) 6/6/93"; #else UNUSED ! static char rcsid[] = "$OpenBSD: make.c,v 1.21 2000/09/14 13:32:07 espie Exp $"; #endif #endif /* not lint */ --- 82,88 ---- static char sccsid[] = "@(#)make.c 8.1 (Berkeley) 6/6/93"; #else UNUSED ! static char rcsid[] = "$OpenBSD: make.c,v 1.22 2000/09/14 13:46:45 espie Exp $"; #endif #endif /* not lint */