summaryrefslogtreecommitdiff
path: root/utils/log_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/log_util.h')
-rw-r--r--utils/log_util.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/log_util.h b/utils/log_util.h
index d5884b7..460d6e7 100644
--- a/utils/log_util.h
+++ b/utils/log_util.h
@@ -37,13 +37,14 @@
#elif defined (USE_GLIB)
// LE targets with no logcat support
#include <stdio.h>
+#include <string.h>
#include <sys/types.h>
#include <unistd.h>
+#include <cutils/log.h>
#ifndef LOG_TAG
#define LOG_TAG "GPS_UTILS"
-
-#endif // LOG_TAG
+#endif /* LOG_TAG */
#endif /* #if defined (USE_ANDROID_LOGGING) || defined (ANDROID) */