=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/suff.c,v retrieving revision 1.68 retrieving revision 1.69 diff -c -r1.68 -r1.69 *** src/usr.bin/make/suff.c 2007/09/17 10:12:35 1.68 --- src/usr.bin/make/suff.c 2007/09/17 11:43:12 1.69 *************** *** 1,5 **** /* $OpenPackages$ */ ! /* $OpenBSD: suff.c,v 1.68 2007/09/17 10:12:35 espie Exp $ */ /* $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $ */ /* --- 1,5 ---- /* $OpenPackages$ */ ! /* $OpenBSD: suff.c,v 1.69 2007/09/17 11:43:12 espie Exp $ */ /* $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $ */ /* *************** *** 104,111 **** #include "lst.h" #include "memory.h" #include "gnode.h" - #include "make.h" #include "stats.h" static LIST sufflist; /* Lst of suffixes */ #ifdef CLEANUP --- 104,111 ---- #include "lst.h" #include "memory.h" #include "gnode.h" #include "stats.h" + #include "engine.h" static LIST sufflist; /* Lst of suffixes */ #ifdef CLEANUP