mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 09:48:07 +02:00
changed glext.h include
This commit is contained in:
parent
1207bf057a
commit
90fbef490e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: gl.h,v 1.41 2000/05/22 19:40:43 brianp Exp $ */
|
||||
/* $Id: gl.h,v 1.42 2000/05/23 22:41:51 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -2226,7 +2226,7 @@ GLAPI void GLAPIENTRY glResizeBuffersMESA( void );
|
|||
|
||||
#else /* GL_GLEXT_LEGACY */
|
||||
|
||||
#include "glext.h"
|
||||
#include <GL/glext.h>
|
||||
|
||||
#endif /* GL_GLEXT_LEGACY */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue