From 8d4d0b47a07a298a20ffae9fefe96c8c7ca9dccc Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Thu, 5 Jun 2008 09:19:16 +0930 Subject: [PATCH] gl: include assert.h if we're compiling with DEBUG. Signed-off-by: Peter Hutterer --- glx/glapi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/glx/glapi.c b/glx/glapi.c index c4d101aee..94a804329 100644 --- a/glx/glapi.c +++ b/glx/glapi.c @@ -63,6 +63,9 @@ #include #include +#ifdef DEBUG +#include +#endif #include "glapi.h" #include "glapioffsets.h"