mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
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:
parent
700b6f8e23
commit
a4b9cb3abd
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue