mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-12 20:31:55 -08:00
The flag HAVE_FENV_H is defined _after_ including ecl.h
This commit is contained in:
parent
d58911db98
commit
a984e694e5
1 changed files with 3 additions and 3 deletions
|
|
@ -22,10 +22,10 @@
|
|||
#ifndef _MSC_VER
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#ifdef HAVE_FENV_H
|
||||
#include <fenv.h>
|
||||
#endif
|
||||
#include "ecl.h"
|
||||
#if defined(HAVE_FENV_H)
|
||||
# include <fenv.h>
|
||||
#endif
|
||||
#include "internal.h"
|
||||
#include "bytecodes.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue