mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 03:28:07 +00:00
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
|