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:
Paulo Cesar Pereira de Andrade 2008-06-05 09:19:16 +09:30 committed by Peter Hutterer
parent 8644aa4717
commit 8d4d0b47a0

View File

@ -63,6 +63,9 @@
#include <stdlib.h>
#include <string.h>
#ifdef DEBUG
#include <assert.h>
#endif
#include "glapi.h"
#include "glapioffsets.h"