Merge pull request #4453 from chewi/osmesa_ctx

Fix osmesa_ctx missing includes
This commit is contained in:
Twinaphex 2017-01-19 00:23:04 +01:00 committed by GitHub
commit de4e3cc77c

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"