From 4340f9015ff135ba85679ffe960a430f376090a4 Mon Sep 17 00:00:00 2001 From: harti Date: Fri, 13 May 2005 08:53:00 +0000 Subject: Move the Boolean and ReturnStatus stuff from sprite.h to util.h and get rid of sprite.h. Obtained from: DragonFlyBSD --- usr.bin/make/job.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/make/job.h') diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h index e908653..af9b5bd 100644 --- a/usr.bin/make/job.h +++ b/usr.bin/make/job.h @@ -50,7 +50,7 @@ #include -#include "sprite.h" +#include "util.h" struct Buffer; struct GNode; -- cgit v1.1