0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-12 03:28:07 +00:00
packages/utils/bash/patches/902-missing-params.patch
Philip Prindeville fd9012836a bash: fixing missing PARAMS() macro in strtod.c
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2021-04-03 18:57:09 -07:00

12 lines
168 B
Diff

--- 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