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

Unified Diff: src/libFLAC/memory.c

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 | « src/libFLAC/md5.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/libFLAC/memory.c
diff --git a/src/libFLAC/memory.c b/src/libFLAC/memory.c
index d22df70eb8afb61a7f68c26047197ab7c3716045..10ed2834f785c23d232ca0ccf4913989c039e08b 100644
--- a/src/libFLAC/memory.c
+++ b/src/libFLAC/memory.c
@@ -40,6 +40,7 @@
#include "private/memory.h"
#include "FLAC/assert.h"
+#include "share/compat.h"
#include "share/alloc.h"
void *FLAC__memory_alloc_aligned(size_t bytes, void **aligned_address)
« no previous file with comments | « src/libFLAC/md5.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698