View | Details | Raw Unified | Return to bug 161560
Collapse All | Expand All

(-)games/el/files/patch-platform.h (+9 lines)
Lines 9-11 Link Here
9
  #define X86_64
9
  #define X86_64
10
 #endif
10
 #endif
11
 
11
 
12
@@ -79,7 +79,7 @@
13
  #define GL_GLEXT_LEGACY
14
  #include <GL/gl.h>
15
  #include <GL/glu.h>
16
- #include "glext.h"
17
+ #include <GL/glext.h>
18
 #endif
19
 
20
 // Inlucde the plaform specific location sound libs

Return to bug 161560