From ff0112e08df32e88549d142371d49a2a8ac8a798 Mon Sep 17 00:00:00 2001 From: Jan Ekström Date: Sun, 7 Feb 2016 14:27:46 +0200 Subject: Initial Android support * Adds an 'android' feature, which is automatically detected. * Android has a broken strnlen, so a wrapper is added from FreeBSD. --- ta/ta_utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ta/ta_utils.c') diff --git a/ta/ta_utils.c b/ta/ta_utils.c index 860a96436d..6a7455c1b9 100644 --- a/ta/ta_utils.c +++ b/ta/ta_utils.c @@ -15,6 +15,7 @@ #include #include #include +#include "osdep/strnlen.h" #define TA_NO_WRAPPERS #include "ta.h" -- cgit v1.2.3