From 8c1f3dc3ef1dc4cf417c93637615b4541606bee2 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 11 Dec 2016 14:13:43 -0800 Subject: loksh: Add missing stdlib.h include --- ...-Add-missing-stdlib.h-include-for-mkstemp.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 core/loksh/patch/0002-Add-missing-stdlib.h-include-for-mkstemp.patch (limited to 'core/loksh/patch/0002-Add-missing-stdlib.h-include-for-mkstemp.patch') diff --git a/core/loksh/patch/0002-Add-missing-stdlib.h-include-for-mkstemp.patch b/core/loksh/patch/0002-Add-missing-stdlib.h-include-for-mkstemp.patch new file mode 100644 index 00000000..9225f6fd --- /dev/null +++ b/core/loksh/patch/0002-Add-missing-stdlib.h-include-for-mkstemp.patch @@ -0,0 +1,24 @@ +From abdea742e220edf3b7ba8b44260e75ca95c5c9da Mon Sep 17 00:00:00 2001 +From: Michael Forney +Date: Sat, 10 Dec 2016 19:30:09 -0800 +Subject: [PATCH] Add missing stdlib.h include for mkstemp + +--- + io.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/io.c b/io.c +index 16a0709..99fa0a8 100644 +--- a/io.c ++++ b/io.c +@@ -9,6 +9,7 @@ + #include + #include + #include ++#include + #include + #include + +-- +2.11.0 + -- cgit v1.2.3