util: Include u_debug for debug_print_format.

Caused fun linker errors on r600g.
This commit is contained in:
Corbin Simpson
2009-11-24 07:42:44 -08:00
parent b80b817195
commit 9c2efb071f
@@ -37,6 +37,7 @@
#include "pipe/p_compiler.h"
#include "pipe/p_format.h"
#include "util/u_debug.h"
#include "util/u_format.h"
#include "util/u_math.h"