summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
diff options
context:
space:
mode:
authorRay <[email protected]>2020-03-07 21:54:54 +0100
committerRay <[email protected]>2020-03-07 21:54:54 +0100
commitc67bc02dd18442e5f873da851f9e181a232b6786 (patch)
tree8cc2eff798bf0f836b6f8bec75ac543f99a06d68 /src/core.c
parent1b56f7917efd8558bf319d393fdd8a3f22b9d200 (diff)
downloadraylib-c67bc02dd18442e5f873da851f9e181a232b6786.tar.gz
raylib-c67bc02dd18442e5f873da851f9e181a232b6786.zip
Reviewed missing include
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.c b/src/core.c
index c293379a..0cd5ef33 100644
--- a/src/core.c
+++ b/src/core.c
@@ -155,6 +155,7 @@
#endif
#include <stdlib.h> // Required for: srand(), rand(), atexit()
+#include <stdio.h> // Required for: sprintf() [Used in OpenURL()]
#include <string.h> // Required for: strrchr(), strcmp(), strlen()
#include <time.h> // Required for: time() [Used in InitTimer()]
#include <math.h> // Required for: tan() [Used in BeginMode3D()]