mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
fd9012836a
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
12 lines
168 B
Diff
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
|