From: Vinson Lee Date: Sun, 26 Sep 2010 10:23:31 +0000 (-0700) Subject: r600g: Include p_compiler.h instead of malloc.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f16e497af9bf5938541d2088e91cc79f1641a19;p=mesa.git r600g: Include p_compiler.h instead of malloc.h. --- diff --git a/src/gallium/winsys/r600/drm/radeon_ws_bo.c b/src/gallium/winsys/r600/drm/radeon_ws_bo.c index daaf2cbc51a..4a64be23a28 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 +#include #include #include #include "radeon_priv.h"