Include ficl.h before anything else and avoid including anything at

all if we're not building float.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-12-05 21:37:41 +00:00
parent 700b6f8e23
commit a4b9cb3abd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326585

View file

@ -43,14 +43,14 @@
/* $FreeBSD$ */
#include "ficl.h"
#if FICL_WANT_FLOAT
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include "ficl.h"
#if FICL_WANT_FLOAT
/*******************************************************************
** Do float addition r1 + r2.