diff options
Diffstat (limited to 'src/mesa/main/debug.c')
-rw-r--r-- | src/mesa/main/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c index 83e3a8b86b9..769517c5eff 100644 --- a/src/mesa/main/debug.c +++ b/src/mesa/main/debug.c @@ -1,6 +1,7 @@ #include "mtypes.h" #include "debug.h" + void gl_print_state( const char *msg, GLuint state ) { fprintf(stderr, |