Mesa (master): r600g: Include p_compiler.h instead of malloc.h.

Vinson Lee vlee at kemper.freedesktop.org
Sun Sep 26 10:24:23 UTC 2010


Module: Mesa
Branch: master
Commit: 6f16e497af9bf5938541d2088e91cc79f1641a19
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f16e497af9bf5938541d2088e91cc79f1641a19

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Sep 26 03:23:31 2010 -0700

r600g: Include p_compiler.h instead of malloc.h.

---

 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 daaf2cb..4a64be2 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"




More information about the mesa-commit mailing list