Fix test build on Linux

This commit is contained in:
Omar Rizwan 2024-06-19 13:29:33 -04:00
parent 7790f7a444
commit 4e9ca300c6

View file

@ -1,6 +1,9 @@
#include "gl20_renderer.h" #include "gl20_renderer.h"
#ifdef __APPLE__
#include <OpenGL/gl.h> #include <OpenGL/gl.h>
#endif
#include <stdio.h> #include <stdio.h>
#include "../../src/libsm64.h" #include "../../src/libsm64.h"