ladybird/Ports/bash/include-stdio.patch
Robin Burchell 9a284ad3f7 Move everything to a subdirectory
Also don't run cd for the initial git clone (DERP!), and other bash port fixes.
2019-05-28 03:07:18 +02:00

13 lines
330 B
Diff

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