mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Fix osmesa_ctx missing includes
This commit is contained in:
parent
d641b64d5e
commit
7f77f0cef1
@ -17,6 +17,7 @@
|
||||
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
@ -29,6 +30,7 @@
|
||||
|
||||
#include <GL/osmesa.h>
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../common/gl_common.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user