diff options
Diffstat (limited to 'devel/spin/files/patch-Src_spin.y')
-rw-r--r-- | devel/spin/files/patch-Src_spin.y | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/spin/files/patch-Src_spin.y b/devel/spin/files/patch-Src_spin.y new file mode 100644 index 000000000000..4403359dea86 --- /dev/null +++ b/devel/spin/files/patch-Src_spin.y @@ -0,0 +1,10 @@ +--- Src/spin.y.orig 2019-10-04 20:02:16 UTC ++++ Src/spin.y +@@ -13,6 +13,7 @@ + #include <unistd.h> + #endif + #include <stdarg.h> ++#include <stdlib.h> + + #define YYMAXDEPTH 20000 /* default is 10000 */ + #define YYDEBUG 0 |