util: Add missing include.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 4 Feb 2010 14:34:52 +0000 (14:34 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 4 Feb 2010 14:39:30 +0000 (14:39 +0000)
src/gallium/auxiliary/util/u_dl.c

index b42b429..37ed789 100644 (file)
@@ -28,6 +28,7 @@
 
 
 #include "pipe/p_config.h"
+#include "pipe/p_compiler.h"
 
 #if defined(PIPE_OS_UNIX)
 #include <dlfcn.h>