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 226faf4 commit 0df58e7Copy full SHA for 0df58e7
1 file changed
i387/fenv.c
@@ -26,10 +26,10 @@
26
* $FreeBSD: src/lib/msun/i387/fenv.c,v 1.8 2011/10/21 06:25:31 das Exp $
27
*/
28
29
-#include <cdefs-compat.h>
30
-#include <types-compat.h>
31
-#include <math_private.h>
32
-#include <i387/bsd_npx.h>
+#include "cdefs-compat.h"
+#include "types-compat.h"
+#include "math_private.h"
+#include "i387/bsd_npx.h"
33
34
#define __fenv_static
35
#include <openlibm_fenv.h>
0 commit comments