projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32ac8cb
)
mesa: use quotes for #include
author
Brian Paul
<brianp@vmware.com>
Tue, 24 Feb 2009 21:30:51 +0000
(14:30 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 24 Feb 2009 21:30:51 +0000
(14:30 -0700)
src/mesa/main/glheader.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/glheader.h
b/src/mesa/main/glheader.h
index 482a36de93e3eac40e8df486cae319bfc7a8a560..ad095321e399193bc5971cc9e96d1cdbf41daee5 100644
(file)
--- a/
src/mesa/main/glheader.h
+++ b/
src/mesa/main/glheader.h
@@
-52,7
+52,7
@@
#define GL_GLEXT_PROTOTYPES
#include "GL/gl.h"
#include "GL/glext.h"
-#include
<GL/internal/glcore.h>
+#include
"GL/internal/glcore.h"
#ifndef GL_FIXED