Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: include/share/compat.h

Issue 2866623002: Include limits.h on Android to work around NDK deficiency (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.chromium ('k') | src/libFLAC/md5.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/share/compat.h
diff --git a/include/share/compat.h b/include/share/compat.h
index 0dc5673d71a17d7335de4ef21d2131d6db28a01e..b158e06071aba1c807cb4386628f5f6ccaa8640a 100644
--- a/include/share/compat.h
+++ b/include/share/compat.h
@@ -175,6 +175,10 @@
#define flac_fstat fstat
#endif
+#ifdef ANDROID
+#include <limits.h>
+#endif
+
#ifndef M_LN2
#define M_LN2 0.69314718055994530942
#endif
« no previous file with comments | « README.chromium ('k') | src/libFLAC/md5.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698