From 6c569d212164aa9334e27abac8884a3d13999420 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Tue, 23 Jul 2013 17:18:35 -0700 Subject: [PATCH] use stable NDK android/log.h header instead of cutils/logd.h Change-Id: Iaf128867dd892b6756d4d0523c97caadf67d0e0f --- pppd/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pppd/utils.c b/pppd/utils.c index 6a743ea..726657e 100644 --- a/pppd/utils.c +++ b/pppd/utils.c @@ -61,7 +61,7 @@ #include "lcp.h" #ifdef ANDROID_CHANGES -#include +#include #endif static const char rcsid[] = RCSID; -- 2.11.0