summaryrefslogtreecommitdiffstats
path: root/libsuspend/autosuspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsuspend/autosuspend.c')
-rw-r--r--libsuspend/autosuspend.c5
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>