include <stdlib.h> to appease the travis CI gods

This commit is contained in:
culacant 2019-08-06 14:45:58 +02:00
parent e39dcf5733
commit 5e1cadf1bd

View File

@ -17,6 +17,7 @@
*
********************************************************************************************/
#include <stdlib.h>
#include "raylib.h"
int main(void)