summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i915_program.c
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-05-04 15:44:40 +0800
committerChia-I Wu <olvaffe@gmail.com>2009-06-08 11:51:38 +0800
commit07cc2311a8cf659130cd126d0ae0ac1606eee6b4 (patch)
tree9aa847c26de6d0663d9620b8d8ac9552d766a691 /src/mesa/drivers/dri/i915/i915_program.c
parent8567d003d55769287a4ce0d87573216b42e13064 (diff)
Create Android.mk.
utils.h is soft linked to avoid conflict with libutils's header.
Diffstat (limited to 'src/mesa/drivers/dri/i915/i915_program.c')
-rw-r--r--src/mesa/drivers/dri/i915/i915_program.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i915/i915_program.c b/src/mesa/drivers/dri/i915/i915_program.c
index e87700f8e0..defe27f11d 100644
--- a/src/mesa/drivers/dri/i915/i915_program.c
+++ b/src/mesa/drivers/dri/i915/i915_program.c
@@ -25,6 +25,7 @@
*
**************************************************************************/
+#include <stdlib.h>
#include <strings.h>
#include "main/glheader.h"