mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Added missing include
This commit is contained in:
parent
a9ebf8e10d
commit
beda4180cd
@ -11,6 +11,8 @@
|
||||
|
||||
#include "raylib.h"
|
||||
|
||||
#include "<stdlib.h>" // Required for: free()
|
||||
|
||||
int main()
|
||||
{
|
||||
// Initialization
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user