Add needed header osmesa_3Demu.h, remove unneeded stdio.h and move stdlib.h on top because.

This commit is contained in:
riccardom 2009-01-16 23:04:09 +00:00
parent 26c2dd2ec9
commit 02b6c46751
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@
*/
#ifdef HAVE_LIBOSMESA
#include <stdlib.h>
#include <GL/osmesa.h>
#include "../OGLRender.h"
#include <stdlib.h>
#include <stdio.h>
#include "osmesa_3Demu.h"
static bool osmesa_beginOpenGL(void) {
return 1;