diff options
author | Vinson Lee <vlee@vmware.com> | 2010-09-26 03:23:31 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-09-26 03:23:31 -0700 |
commit | 6f16e497af9bf5938541d2088e91cc79f1641a19 (patch) | |
tree | 7f8c8c72b92ae091615a4654f0d2b67630206fb0 /src | |
parent | 15f16328be41a5804151c30866a2bc329fc4369a (diff) |
r600g: Include p_compiler.h instead of malloc.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/winsys/r600/drm/radeon_ws_bo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/r600/drm/radeon_ws_bo.c b/src/gallium/winsys/r600/drm/radeon_ws_bo.c index daaf2cbc51..4a64be23a2 100644 --- a/src/gallium/winsys/r600/drm/radeon_ws_bo.c +++ b/src/gallium/winsys/r600/drm/radeon_ws_bo.c @@ -1,4 +1,4 @@ -#include <malloc.h> +#include <pipe/p_compiler.h> #include <pipe/p_screen.h> #include <pipebuffer/pb_bufmgr.h> #include "radeon_priv.h" |