summaryrefslogtreecommitdiff
path: root/Ports/bash/patches/include-stdio.patch
blob: bd06d4b6f814c99ac82655e6b5eb7da5242718e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/stdc.h b/include/stdc.h
index c66492f0..5991f4bd 100644
--- a/include/stdc.h
+++ b/include/stdc.h
@@ -22,6 +22,8 @@
 #if !defined (_STDC_H_)
 #define _STDC_H_
 
+#include <stdio.h>
+
 /* Adapted from BSD /usr/include/sys/cdefs.h. */
 
 /* A function can be defined using prototypes and compile on both ANSI C