1
0
Fork 0

Use the proper include definition.

This commit is contained in:
ehofman 2005-01-20 09:22:38 +00:00
parent f4dd36901e
commit a3691ac013

View file

@ -4,11 +4,12 @@
*
* This file is in public domain.
*/
#include <simgear/compiler.h>
#include <string.h>
#include <stdlib.h>
#include <simgear/compiler.h>
#include GL_H
#include SG_GL_H
#include <simgear/screen/texture.hxx>