From e66572500ece326a2a61fad138bcca7e5d684477 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 4 Mar 2008 15:56:17 +0000 Subject: [PATCH] is necessary for using INT_MIN, so included it here explicitly rather than relying on name space pollution to pull it in for us. NB: The usage of INT_MIN is somewhat bogus and suspect to my eye, but this commit doesn't address that issue. --- usr.bin/make/arch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index 2b81c7f5993f..d8206e01bf48 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -94,6 +94,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include