From: Brian Paul Date: Tue, 24 Feb 2009 21:30:51 +0000 (-0700) Subject: mesa: use quotes for #include X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd9742dc9ffc976d3caae87c1302b7b5ed7d3838;p=mesa.git mesa: use quotes for #include --- diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index 482a36de93e..ad095321e39 100644 --- 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 +#include "GL/internal/glcore.h" #ifndef GL_FIXED