aboutsummaryrefslogtreecommitdiff
path: root/utils/bash/patches/902-missing-params.patch
blob: 45d3281688215fb3477529889e8a72562362714b (plain)
1
2
3
4
5
6
7
8
9
10
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