OSDN Git Service

use stable NDK android/log.h header instead of cutils/logd.h
[android-x86/external-ppp.git] / 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;