From: Colin Cross Date: Wed, 24 Jul 2013 00:18:35 +0000 (-0700) Subject: use stable NDK android/log.h header instead of cutils/logd.h X-Git-Tag: android-x86-4.4-r1 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fexternal-ppp.git;a=commitdiff_plain;h=6c569d212164aa9334e27abac8884a3d13999420 use stable NDK android/log.h header instead of cutils/logd.h Change-Id: Iaf128867dd892b6756d4d0523c97caadf67d0e0f --- 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;