From a4b9cb3abd20c3766ea3a7d33bd9c9f2f10c212d Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 5 Dec 2017 21:37:41 +0000 Subject: [PATCH] Include ficl.h before anything else and avoid including anything at all if we're not building float. Sponsored by: Netflix --- stand/ficl/float.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stand/ficl/float.c b/stand/ficl/float.c index d757b23648b..b6cda150df8 100644 --- a/stand/ficl/float.c +++ b/stand/ficl/float.c @@ -43,14 +43,14 @@ /* $FreeBSD$ */ +#include "ficl.h" + +#if FICL_WANT_FLOAT #include #include #include #include #include -#include "ficl.h" - -#if FICL_WANT_FLOAT /******************************************************************* ** Do float addition r1 + r2.