summaryrefslogtreecommitdiff
path: root/math/octave/files/patch-libinterp_corefcn_sysdep.cc
blob: 2dd96ec87294fcb6d420238d4bb839b4e7a3b17e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- libinterp/corefcn/sysdep.cc.orig	2020-11-26 18:20:44 UTC
+++ libinterp/corefcn/sysdep.cc
@@ -61,6 +61,10 @@
 #  include <omp.h>
 #endif
 
+#if defined (__FreeBSD__) && defined(__arm__)
+#include <fenv.h>
+#endif
+
 #include "cmd-edit.h"
 #include "file-ops.h"
 #include "lo-mappers.h"