aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/intelrdfpmathlib/missing-includes.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/intelrdfpmathlib/missing-includes.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/intelrdfpmathlib/missing-includes.patch')
-rw-r--r--vcpkg/ports/intelrdfpmathlib/missing-includes.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/intelrdfpmathlib/missing-includes.patch b/vcpkg/ports/intelrdfpmathlib/missing-includes.patch
new file mode 100644
index 0000000..540be9b
--- /dev/null
+++ b/vcpkg/ports/intelrdfpmathlib/missing-includes.patch
@@ -0,0 +1,24 @@
+diff --git a/LIBRARY/src/bid_internal.h b/LIBRARY/src/bid_internal.h
+index cd08ea7..ea5d0a0 100755
+--- a/LIBRARY/src/bid_internal.h
++++ b/LIBRARY/src/bid_internal.h
+@@ -37,6 +37,7 @@
+
+ #include "bid_conf.h"
+ #include "bid_functions.h"
++#include <stdlib.h>
+
+ #define __BID_INLINE__ static __inline
+
+diff --git a/LIBRARY/float128/dpml_exception.c b/LIBRARY/float128/dpml_exception.c
+index d061a4c..c647732 100755
+--- a/LIBRARY/float128/dpml_exception.c
++++ b/LIBRARY/float128/dpml_exception.c
+@@ -132,6 +132,7 @@
+ !defined(wnt)
+
+ # include <sys/signal.h>
++#include <signal.h>
+ # define DPML_SIGNAL(p) raise(SIGFPE)
+
+ #else