gl: include assert.h if we're compiling with DEBUG.
Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au>
This commit is contained in:
committed by
Peter Hutterer
parent
8644aa4717
commit
8d4d0b47a0
@@ -63,6 +63,9 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#ifdef DEBUG
|
||||
#include <assert.h>
|
||||
#endif
|
||||
|
||||
#include "glapi.h"
|
||||
#include "glapioffsets.h"
|
||||
|
||||
Reference in New Issue
Block a user