fallback-c89: Include config.h
It holds all the HAVE_<func> definitions.
This commit is contained in:
		@ -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
 | 
			
		||||
 | 
			
		||||
@ -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 */
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user