]> git.mxchange.org Git - simgear.git/blobdiff - XGL/xgl.h
Changed #ifdef FILE_H to #ifdef _FILE_H
[simgear.git] / XGL / xgl.h
index e1b11e560a29538d88830fe4c764dce8c2eb40c7..9546127c658bed25b96561308658ead1f15410d8 100644 (file)
--- a/XGL/xgl.h
+++ b/XGL/xgl.h
@@ -1,3 +1,6 @@
+#ifndef _XGL_H
+#define _XGL_H
+
 
 #include <GL/gl.h>
 #include <GL/glu.h>
@@ -823,3 +826,4 @@ void xglPrioritizeTexturesEXT       ( GLsizei n, GLuint *textures, GLclampf *pri
 
 #endif
 
+#endif /* _XGL_H */