summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/fpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/fpu.h')
-rw-r--r--Build/source/utils/asymptote/fpu.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Build/source/utils/asymptote/fpu.h b/Build/source/utils/asymptote/fpu.h
index ca42c60feb7..7a45c7d8773 100644
--- a/Build/source/utils/asymptote/fpu.h
+++ b/Build/source/utils/asymptote/fpu.h
@@ -1,11 +1,7 @@
#ifndef FPU_H
#define FPU_H
-#ifdef HAVE_FENV_H
-#ifdef _GNU_SOURCE
-#define HAVE_FEENABLEEXCEPT
-#endif
-#endif
+#include "common.h"
#ifdef HAVE_FEENABLEEXCEPT
#include <fenv.h>