From ff0112e08df32e88549d142371d49a2a8ac8a798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= 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. --- common/common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/common.c b/common/common.c index 41647b3450..eead096d5a 100644 --- a/common/common.c +++ b/common/common.c @@ -25,6 +25,7 @@ #include "misc/bstr.h" #include "misc/ctype.h" #include "common/common.h" +#include "osdep/strnlen.h" #define appendf(ptr, ...) \ do {(*(ptr)) = talloc_asprintf_append_buffer(*(ptr), __VA_ARGS__);} while(0) -- cgit v1.2.3