1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:57:35 +00:00

Move everything to a subdirectory

Also don't run cd for the initial git clone (DERP!), and other bash port fixes.
This commit is contained in:
Robin Burchell 2019-05-28 02:58:36 +02:00 committed by Andreas Kling
parent b12a096437
commit 9a284ad3f7
6 changed files with 15 additions and 9 deletions

View file

@ -0,0 +1,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