summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-04-01 21:22:18 +0200
committerraysan5 <[email protected]>2021-04-01 21:22:18 +0200
commitb54d96205f039560af4800be2448ea7b8d98818c (patch)
tree87dc0072acf399f5eb7fcce955d6ee18d06fd2be /src/core.c
parent1da0176cad7b935f5139ee9e059303fc67a3243b (diff)
downloadraylib-b54d96205f039560af4800be2448ea7b8d98818c.tar.gz
raylib-b54d96205f039560af4800be2448ea7b8d98818c.zip
Review libc dependency
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 79466914..69d622cf 100644
--- a/src/core.c
+++ b/src/core.c
@@ -165,7 +165,7 @@
#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()]
+#include <math.h> // Required for: tan() [Used in BeginMode3D()], atan2f() [Used in InitVrSimulator()]
#include <sys/stat.h> // Required for: stat() [Used in GetFileModTime()]