summaryrefslogtreecommitdiff
path: root/src/gl/stdint.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl/stdint.in.h')
-rw-r--r--src/gl/stdint.in.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gl/stdint.in.h b/src/gl/stdint.in.h
index 5deca3969a..247f0d8961 100644
--- a/src/gl/stdint.in.h
+++ b/src/gl/stdint.in.h
@@ -38,8 +38,7 @@
other system header files; just include the system's <stdint.h>.
Ideally we should test __BIONIC__ here, but it is only defined after
<sys/cdefs.h> has been included; hence test __ANDROID__ instead. */
-#if defined __ANDROID__ \
- && defined _SYS_TYPES_H_ && !defined __need_size_t
+#if defined __ANDROID__ && defined _GL_INCLUDING_SYS_TYPES_H
# @INCLUDE_NEXT@ @NEXT_STDINT_H@
#else