summaryrefslogtreecommitdiffstats
path: root/minui/include/minui/minui.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-03-28 22:02:45 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-03-28 22:02:45 +0200
commit5ec12126f0ce341d97076f8f907d280148fbfc31 (patch)
tree4e2919c747726541f3b8308b682d5cd91f697e7e /minui/include/minui/minui.h
parentMerge changes from topic 'sinkfn' am: 34df98ee6d (diff)
parentMerge "Add the missing sr-Latn into png files and rename the png locale header" (diff)
downloadandroid_bootable_recovery-5ec12126f0ce341d97076f8f907d280148fbfc31.tar
android_bootable_recovery-5ec12126f0ce341d97076f8f907d280148fbfc31.tar.gz
android_bootable_recovery-5ec12126f0ce341d97076f8f907d280148fbfc31.tar.bz2
android_bootable_recovery-5ec12126f0ce341d97076f8f907d280148fbfc31.tar.lz
android_bootable_recovery-5ec12126f0ce341d97076f8f907d280148fbfc31.tar.xz
android_bootable_recovery-5ec12126f0ce341d97076f8f907d280148fbfc31.tar.zst
android_bootable_recovery-5ec12126f0ce341d97076f8f907d280148fbfc31.zip
Diffstat (limited to 'minui/include/minui/minui.h')
-rw-r--r--minui/include/minui/minui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/minui/include/minui/minui.h b/minui/include/minui/minui.h
index a1749dfe6..78dd4cb98 100644
--- a/minui/include/minui/minui.h
+++ b/minui/include/minui/minui.h
@@ -20,6 +20,7 @@
#include <sys/types.h>
#include <functional>
+#include <string>
//
// Graphics.
@@ -93,7 +94,7 @@ int ev_get_epollfd();
// Resources
//
-bool matches_locale(const char* prefix, const char* locale);
+bool matches_locale(const std::string& prefix, const std::string& locale);
// res_create_*_surface() functions return 0 if no error, else
// negative.