diff options
author | Brian Paul <[email protected]> | 2003-12-05 00:48:37 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-12-05 00:48:37 +0000 |
commit | b25439a3bcce95befbfa2ec0969dd117a361c225 (patch) | |
tree | c2bfe744e1120e1f2d0a7e5c468654567e8d922f /src/mesa/tnl/t_save_loopback.c | |
parent | dd7f735f5318735752c2c82d33eb7fb9148c5348 (diff) |
include glheader.h first, to prevent warnings about GLAPIENTRYP being redefined
Diffstat (limited to 'src/mesa/tnl/t_save_loopback.c')
-rw-r--r-- | src/mesa/tnl/t_save_loopback.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |