mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
9a284ad3f7
Also don't run cd for the initial git clone (DERP!), and other bash port fixes.
13 lines
330 B
Diff
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
|