diff options
author | José Fonseca <jfonseca@vmware.com> | 2010-02-04 14:34:52 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2010-02-04 14:39:30 +0000 |
commit | 063f1238d1a62c489a4638968a72bd5e451fe227 (patch) | |
tree | 34db7f8f9db49d45c203e9dabb44adbcd9fc1db9 /src | |
parent | 1207098deefb83559ba275e89f2bd154a65d21ca (diff) |
util: Add missing include.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/util/u_dl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_dl.c b/src/gallium/auxiliary/util/u_dl.c index b42b429d4d..37ed789f95 100644 --- a/src/gallium/auxiliary/util/u_dl.c +++ b/src/gallium/auxiliary/util/u_dl.c @@ -28,6 +28,7 @@ #include "pipe/p_config.h" +#include "pipe/p_compiler.h" #if defined(PIPE_OS_UNIX) #include <dlfcn.h> |