=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/cond.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/usr.bin/make/cond.c 2001/05/23 12:34:41 1.25 +++ src/usr.bin/make/cond.c 2001/05/29 12:53:39 1.26 @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: cond.c,v 1.25 2001/05/23 12:34:41 espie Exp $ */ +/* $OpenBSD: cond.c,v 1.26 2001/05/29 12:53:39 espie Exp $ */ /* $NetBSD: cond.c,v 1.7 1996/11/06 17:59:02 christos Exp $ */ /* @@ -43,6 +43,7 @@ #include #include #include +#include #include #include "config.h" #include "defines.h"