summaryrefslogtreecommitdiffstats
path: root/minui/include
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-03-28 22:11:15 +0200
committerTianjie Xu <xunchang@google.com>2017-03-29 00:23:40 +0200
commit0a599567ce79a80d8d511505d34fa810b11e034e (patch)
treec0c292e5a1b668d45c3a783abd931e49db3632c3 /minui/include
parentMerge "tests: Construct signature-boundary.zip at runtime." (diff)
downloadandroid_bootable_recovery-0a599567ce79a80d8d511505d34fa810b11e034e.tar
android_bootable_recovery-0a599567ce79a80d8d511505d34fa810b11e034e.tar.gz
android_bootable_recovery-0a599567ce79a80d8d511505d34fa810b11e034e.tar.bz2
android_bootable_recovery-0a599567ce79a80d8d511505d34fa810b11e034e.tar.lz
android_bootable_recovery-0a599567ce79a80d8d511505d34fa810b11e034e.tar.xz
android_bootable_recovery-0a599567ce79a80d8d511505d34fa810b11e034e.tar.zst
android_bootable_recovery-0a599567ce79a80d8d511505d34fa810b11e034e.zip
Diffstat (limited to 'minui/include')
-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.