external/ppp
Revision | 6c569d212164aa9334e27abac8884a3d13999420 (tree) |
---|---|
Time | 2013-07-24 09:18:35 |
Author | Colin Cross <ccross@andr...> |
Commiter | Colin Cross |
use stable NDK android/log.h header instead of cutils/logd.h
Change-Id: Iaf128867dd892b6756d4d0523c97caadf67d0e0f
@@ -61,7 +61,7 @@ | ||
61 | 61 | #include "lcp.h" |
62 | 62 | |
63 | 63 | #ifdef ANDROID_CHANGES |
64 | -#include <cutils/logd.h> | |
64 | +#include <android/log.h> | |
65 | 65 | #endif |
66 | 66 | |
67 | 67 | static const char rcsid[] = RCSID; |