factory.c: include <stdlib.h> for atof()
This commit is contained in:
@@ -59,6 +59,7 @@ char * Bound_script[10];
|
|||||||
#include <float.h> // for DBL_MAX
|
#include <float.h> // for DBL_MAX
|
||||||
#include <limits.h> //for INT_MIN
|
#include <limits.h> //for INT_MIN
|
||||||
#include <string.h> // strncpy()
|
#include <string.h> // strncpy()
|
||||||
|
#include <stdlib.h> // for atof()
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#define strdup _strdup
|
#define strdup _strdup
|
||||||
#define putenv _putenv
|
#define putenv _putenv
|
||||||
|
|||||||
Reference in New Issue
Block a user