r600g: Include p_compiler.h instead of malloc.h.
authorVinson Lee <vlee@vmware.com>
Sun, 26 Sep 2010 10:23:31 +0000 (03:23 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 26 Sep 2010 10:23:31 +0000 (03:23 -0700)
src/gallium/winsys/r600/drm/radeon_ws_bo.c

index daaf2cbc51a97990a0b45943eb9da4fbbb2da0a5..4a64be23a285fc913cb995921581e15a225dabca 100644 (file)
@@ -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"