Fix osmesa_ctx missing includes

This commit is contained in:
James Le Cuirot 2017-01-18 22:50:52 +00:00
parent d641b64d5e
commit 7f77f0cef1
No known key found for this signature in database
GPG Key ID: 21C632129C6D7DE4

View File

@ -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"