diff options
Diffstat (limited to 'libsuspend/autosuspend.c')
| -rw-r--r-- | libsuspend/autosuspend.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libsuspend/autosuspend.c b/libsuspend/autosuspend.c index edd100711..64d1bfc74 100644 --- a/libsuspend/autosuspend.c +++ b/libsuspend/autosuspend.c @@ -14,10 +14,11 @@ * limitations under the License. */ +#define LOG_TAG "libsuspend" + #include <stdbool.h> -#define LOG_TAG "libsuspend" -#include <cutils/log.h> +#include <android/log.h> #include <suspend/autosuspend.h> |
