bash: fixing missing PARAMS() macro in strtod.c
[feed/packages.git] / utils / bash / patches / 902-missing-params.patch
diff --git a/utils/bash/patches/902-missing-params.patch b/utils/bash/patches/902-missing-params.patch
new file mode 100644 (file)
index 0000000..45d3281
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/lib/sh/strtod.c
++++ b/lib/sh/strtod.c
+@@ -41,6 +41,8 @@ extern int errno;
+ #include <bashansi.h>
++#include <stdc.h>
++
+ #ifndef NULL
+ #  define NULL 0
+ #endif