mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Merge pull request #4453 from chewi/osmesa_ctx
Fix osmesa_ctx missing includes
This commit is contained in:
commit
de4e3cc77c
@ -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