1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-18 05:13:56 +02:00
openwrt-packages/utils/bash/patches/902-missing-params.patch

12 lines
168 B
Diff
Raw Permalink Normal View History

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