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

Unified Diff: src/libFLAC/md5.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 | « include/share/compat.h ('k') | src/libFLAC/memory.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/libFLAC/md5.c
diff --git a/src/libFLAC/md5.c b/src/libFLAC/md5.c
index e5adc3e357484b60d507c82de00d012c41ecaeb2..58c9d6503dd771f58dd61fa19d4a76f338244680 100644
--- a/src/libFLAC/md5.c
+++ b/src/libFLAC/md5.c
@@ -7,6 +7,7 @@
#include "private/md5.h"
#include "share/alloc.h"
+#include "share/compat.h"
#include "share/endswap.h"
/*
« no previous file with comments | « include/share/compat.h ('k') | src/libFLAC/memory.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698