The flag HAVE_FENV_H is defined _after_ including ecl.h

This commit is contained in:
jjgarcia 2005-10-26 08:40:43 +00:00
parent d58911db98
commit a984e694e5

View file

@ -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"