mirror of
https://github.com/libsm64/libsm64.git
synced 2025-01-22 15:43:11 -05:00
Fix test build on Linux
This commit is contained in:
parent
7790f7a444
commit
4e9ca300c6
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue