We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6146957 commit 4cb9231Copy full SHA for 4cb9231
include/types-compat.h
@@ -1,7 +1,7 @@
1
#ifndef _TYPES_COMPAT_H_
2
#define _TYPES_COMPAT_H_
3
4
-#include <sys/types.h>
+#include <stdint.h>
5
#include <limits.h>
6
#include <stdint.h>
7
src/s_modfl.c
@@ -39,7 +39,6 @@
39
#include <float.h>
40
#include <openlibm.h>
41
#include "math_private.h"
42
43
44
#include "fpmath.h"
45
0 commit comments