#define _REENTRANT to enable lgamma_r from math.h

This commit is contained in:
Alex Shinn 2017-08-29 22:58:55 +09:00
parent b1307a67f5
commit 8f635161d6

View file

@ -80,6 +80,7 @@ typedef unsigned long size_t;
#endif
#include <sys/stat.h>
#include <sys/types.h>
#define _REENTRANT 1
#include <math.h>
#if SEXP_USE_FLONUMS
#include <float.h>