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

Unified Diff: third_party/sqlite/src/src/shell_icu_linux.c

Issue 10825225: Fix clang warning in sqlite shell_icu_linux.c. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « third_party/sqlite/icu-shell.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/src/shell_icu_linux.c
diff --git a/third_party/sqlite/src/src/shell_icu_linux.c b/third_party/sqlite/src/src/shell_icu_linux.c
index 8194db58f0862824f23553f1a4b56e9d82993e02..4ad0e42d22938fafc663a354a5381da96cb7e61b 100644
--- a/third_party/sqlite/src/src/shell_icu_linux.c
+++ b/third_party/sqlite/src/src/shell_icu_linux.c
@@ -3,6 +3,7 @@
#include <limits.h>
#include <unistd.h>
+#include "unicode/putil.h"
#include "unicode/udata.h"
/*
« no previous file with comments | « third_party/sqlite/icu-shell.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698