From 63ecd76846e235fe9097b81a583e64bd9dd07faa Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 5 Apr 2004 17:02:08 +0000 Subject: [PATCH] Unbreak compilation on RELENG_4. Submitted by: des --- usr.bin/make/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 399dbb92fa2b..fd84a2f3678a 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -61,13 +61,13 @@ __FBSDID("$FreeBSD$"); */ #include -#include #include #include #if defined(__i386__) #include #endif #include +#include #ifndef MACHINE #include #endif