From 823abb63145c7a7db2b766cf7bb816cbdac1de66 Mon Sep 17 00:00:00 2001 From: Dima Zavin Date: Mon, 6 May 2013 23:17:58 -0700 Subject: aapt: move qsort_r_compat here as it is sole client This code is only used on the host for MacOS X compatibility. Apparently, glibc and Apple's libc disagree on the parameter ordering. Change-Id: I214edcf2870b6ac88316306ac5af43f1dadf9b2e Signed-off-by: Dima Zavin --- tools/aapt/StringPool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/aapt/StringPool.cpp') diff --git a/tools/aapt/StringPool.cpp b/tools/aapt/StringPool.cpp index 839eda5151b0..158b39196cb3 100644 --- a/tools/aapt/StringPool.cpp +++ b/tools/aapt/StringPool.cpp @@ -9,7 +9,7 @@ #include #include -#include +#include "qsort_r_compat.h" #if HAVE_PRINTF_ZD # define ZD "%zd" -- cgit v1.2.3-59-g8ed1b