Browse Source

Reviewed missing include

Ray 5 years ago
parent
commit
c67bc02dd1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core.c

+ 1 - 0
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()]