summaryrefslogtreecommitdiff
path: root/src/glsl/linker.cpp
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-09-27 00:19:43 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-12-09 20:01:34 -0500
commit17935c0191b4c5adb68dd59df23282caef869875 (patch)
tree5b74dba500967a7eb0c9cd0ff8c9f070be16fa6d /src/glsl/linker.cpp
parent7aceb74db73e72f13328672733836818e3979052 (diff)
android: Fix build with bionic.
Diffstat (limited to 'src/glsl/linker.cpp')
-rw-r--r--src/glsl/linker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp
index e62fe6d7e9..a219ab7e66 100644
--- a/src/glsl/linker.cpp
+++ b/src/glsl/linker.cpp
@@ -65,10 +65,10 @@
*/
#include <cstdlib>
#include <cstdio>
-#include <cstdarg>
#include <climits>
extern "C" {
+#include <stdarg.h>
#include <talloc.h>
}