=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.h,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/make/make.h 1999/11/11 11:33:02 1.14 --- src/usr.bin/make/make.h 1999/11/11 11:47:27 1.15 *************** *** 1,4 **** ! /* $OpenBSD: make.h,v 1.14 1999/11/11 11:33:02 espie Exp $ */ /* $NetBSD: make.h,v 1.15 1997/03/10 21:20:00 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: make.h,v 1.15 1999/11/11 11:47:27 espie Exp $ */ /* $NetBSD: make.h,v 1.15 1997/03/10 21:20:00 christos Exp $ */ /* *************** *** 374,379 **** #define DEBUG(module) (debug & CONCAT(DEBUG_,module)) ! #include "nonints.h" #endif /* _MAKE_H_ */ --- 374,379 ---- #define DEBUG(module) (debug & CONCAT(DEBUG_,module)) ! #include "extern.h" #endif /* _MAKE_H_ */