diff options
-rw-r--r-- | src/mesa/tnl/t_save_api.c | 1 | ||||
-rw-r--r-- | src/mesa/tnl/t_save_loopback.c | 1 | ||||
-rw-r--r-- | src/mesa/tnl/t_save_playback.c | 1 | ||||
-rw-r--r-- | src/mesa/tnl/t_vtx_api.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_save_api.c b/src/mesa/tnl/t_save_api.c index 7b1cf99a355..e8af68a27b0 100644 --- a/src/mesa/tnl/t_save_api.c +++ b/src/mesa/tnl/t_save_api.c @@ -68,6 +68,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#include "glheader.h" #include "context.h" #include "dlist.h" #include "enums.h" diff --git a/src/mesa/tnl/t_save_loopback.c b/src/mesa/tnl/t_save_loopback.c index 4e299f6b631..e1a60baaca2 100644 --- a/src/mesa/tnl/t_save_loopback.c +++ b/src/mesa/tnl/t_save_loopback.c @@ -27,6 +27,7 @@ * Keith Whitwell <[email protected]> */ +#include "glheader.h" #include "context.h" #include "enums.h" #include "glapi.h" diff --git a/src/mesa/tnl/t_save_playback.c b/src/mesa/tnl/t_save_playback.c index 5a444014449..083901f079d 100644 --- a/src/mesa/tnl/t_save_playback.c +++ b/src/mesa/tnl/t_save_playback.c @@ -26,6 +26,7 @@ * Keith Whitwell <[email protected]> */ +#include "glheader.h" #include "context.h" #include "imports.h" #include "mtypes.h" diff --git a/src/mesa/tnl/t_vtx_api.c b/src/mesa/tnl/t_vtx_api.c index d286f890e2f..8f105bef89e 100644 --- a/src/mesa/tnl/t_vtx_api.c +++ b/src/mesa/tnl/t_vtx_api.c @@ -31,6 +31,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. * Keith Whitwell <[email protected]> */ +#include "glheader.h" #include "context.h" #include "macros.h" #include "vtxfmt.h" |