OSDN Git Service

use stable NDK android/log.h header instead of cutils/logd.h android-x86-4.4-r1
authorColin Cross <ccross@android.com>
Wed, 24 Jul 2013 00:18:35 +0000 (17:18 -0700)
committerColin Cross <ccross@android.com>
Wed, 24 Jul 2013 00:18:35 +0000 (17:18 -0700)
Change-Id: Iaf128867dd892b6756d4d0523c97caadf67d0e0f

pppd/utils.c

index 6a743ea..726657e 100644 (file)
@@ -61,7 +61,7 @@
 #include "lcp.h"
 
 #ifdef ANDROID_CHANGES
-#include <cutils/logd.h>
+#include <android/log.h>
 #endif
 
 static const char rcsid[] = RCSID;