Skip to content

Commit 7306649

Browse files
committed
testshader.c: include stdlib.h for exit()
1 parent 86b4d03 commit 7306649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/testshader.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*/
1212
/* This is a simple example of using GLSL shaders with SDL */
1313

14+
#include <stdlib.h>
1415
#include "SDL.h"
1516

1617
#ifdef HAVE_OPENGL

0 commit comments

Comments
 (0)