Added missing include
This commit is contained in:
parent
a9ebf8e10d
commit
beda4180cd
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
|
||||
#include "raylib.h"
|
||||
|
||||
#include "<stdlib.h>" // Required for: free()
|
||||
|
||||
int main()
|
||||
{
|
||||
// Initialization
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue