testshader.c: include stdlib.h for exit()

This commit is contained in:
Ozkan Sezer 2024-07-22 17:40:56 +03:00
parent 1ca76a29d9
commit 0406d1c316
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
*/
/* This is a simple example of using GLSL shaders with SDL */
#include <stdlib.h>
#include "SDL.h"
#ifdef HAVE_OPENGL