Add needed header osmesa_3Demu.h, remove unneeded stdio.h and move stdlib.h on top because.
This commit is contained in:
parent
26c2dd2ec9
commit
02b6c46751
|
@ -19,10 +19,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_LIBOSMESA
|
#ifdef HAVE_LIBOSMESA
|
||||||
|
#include <stdlib.h>
|
||||||
#include <GL/osmesa.h>
|
#include <GL/osmesa.h>
|
||||||
#include "../OGLRender.h"
|
#include "../OGLRender.h"
|
||||||
#include <stdlib.h>
|
#include "osmesa_3Demu.h"
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
static bool osmesa_beginOpenGL(void) {
|
static bool osmesa_beginOpenGL(void) {
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in New Issue