mdbx: more __has_include().

This commit is contained in:
Leo Yuriev
2018-03-21 21:49:01 +03:00
parent f5571e4027
commit 86274513f9
2 changed files with 12 additions and 8 deletions

View File

@@ -14,7 +14,7 @@
#include "test.h"
#include <float.h>
#ifdef HAVE_IEEE754_H
#if defined(HAVE_IEEE754_H) || __has_include(<ieee754.h>)
#include <ieee754.h>
#endif