summaryrefslogtreecommitdiffstats
path: root/src/mesa/Android.libmesa_glsl_utils.mk
diff options
context:
space:
mode:
authorAdrian Negreanu <[email protected]>2014-06-06 12:16:11 +0300
committerEmil Velikov <[email protected]>2014-06-09 22:51:34 +0100
commit6eb3888c863dfef249c3910dbe3fe1f2b251db05 (patch)
tree39b49d450a22d9441a68e6eda137624c1da83cb5 /src/mesa/Android.libmesa_glsl_utils.mk
parent6980cae6aeb6671b6b0245e20a2d34957c1fff0a (diff)
android, mesa_gen_matypes: pull in timespec POSIX definition
This fixes: include/c11/threads_posix.h: In function 'cnd_timedwait': include/c11/threads_posix.h:140:21: error: storage size of 'abs_time' isn't known Cc: "10.1 10.2" <[email protected]> Signed-off-by: Adrian Negreanu <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Juha-Pekka Heikkila <[email protected]>
Diffstat (limited to 'src/mesa/Android.libmesa_glsl_utils.mk')
-rw-r--r--src/mesa/Android.libmesa_glsl_utils.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Android.libmesa_glsl_utils.mk b/src/mesa/Android.libmesa_glsl_utils.mk
index 47f2e151b40..e93891f07d9 100644
--- a/src/mesa/Android.libmesa_glsl_utils.mk
+++ b/src/mesa/Android.libmesa_glsl_utils.mk
@@ -56,6 +56,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libmesa_glsl_utils
LOCAL_IS_HOST_MODULE := true
+LOCAL_CFLAGS := -D_POSIX_C_SOURCE=199309L
LOCAL_C_INCLUDES := \
$(MESA_TOP)/src/glsl \