=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/suff.c,v retrieving revision 1.37 retrieving revision 1.38 diff -c -r1.37 -r1.38 *** src/usr.bin/make/suff.c 2000/09/14 13:40:03 1.37 --- src/usr.bin/make/suff.c 2000/09/14 13:46:45 1.38 *************** *** 1,4 **** ! /* $OpenBSD: suff.c,v 1.37 2000/09/14 13:40:03 espie Exp $ */ /* $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: suff.c,v 1.38 2000/09/14 13:46:45 espie Exp $ */ /* $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $ */ /* *************** *** 90,98 **** * if the target had no implicit sources. */ #include #include "make.h" ! #include "hash.h" #include "dir.h" #ifndef lint --- 90,99 ---- * if the target had no implicit sources. */ + #include #include #include "make.h" ! #include "ohash.h" #include "dir.h" #ifndef lint *************** *** 100,106 **** static char sccsid[] = "@(#)suff.c 8.4 (Berkeley) 3/21/94"; #else UNUSED ! static char rcsid[] = "$OpenBSD: suff.c,v 1.37 2000/09/14 13:40:03 espie Exp $"; #endif #endif /* not lint */ --- 101,107 ---- static char sccsid[] = "@(#)suff.c 8.4 (Berkeley) 3/21/94"; #else UNUSED ! static char rcsid[] = "$OpenBSD: suff.c,v 1.38 2000/09/14 13:46:45 espie Exp $"; #endif #endif /* not lint */