mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-29 13:03:42 +01:00
Fix compilation by including cdefs-compat.h in math_private.h
Also fix redefinition of __pure2
This commit is contained in:
parent
79190aafa9
commit
e9d02ee729
2 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
#ifndef _MATH_PRIVATE_H_
|
||||
#define _MATH_PRIVATE_H_
|
||||
|
||||
#include "cdefs-compat.h"
|
||||
#include "types-compat.h"
|
||||
#include "fpmath.h"
|
||||
#include <complex.h>
|
||||
|
|
|
@ -27,7 +27,9 @@
|
|||
#define LONG_DOUBLE
|
||||
#endif
|
||||
|
||||
#ifndef __pure2
|
||||
#define __pure2
|
||||
#endif
|
||||
|
||||
/*
|
||||
* ANSI/POSIX
|
||||
|
|
Loading…
Reference in a new issue