fallback-c89: Include config.h

It holds all the HAVE_<func> definitions.
This commit is contained in:
Timm Bäder 2016-08-21 15:43:29 +02:00 committed by Daniel Boles
parent a2c8af7f32
commit eb8870c912
2 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,8 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
#include <float.h>
#ifndef HAVE_DECL_ISNAN

View File

@ -17,6 +17,8 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
#include <math.h>
/* Workaround for round() for non-GCC/non-C99 compilers */