Merge "DO NOT MERGE - Merge RP1A.201005.006"
diff --git a/liblog/include_vndk/log/log.h b/liblog/include_vndk/log/log.h
index c305661..fee18c6 100644
--- a/liblog/include_vndk/log/log.h
+++ b/liblog/include_vndk/log/log.h
@@ -1,10 +1,10 @@
/*Special log.h file for VNDK linking modules*/
-#ifndef _LIBS_LOG_LOG_H
-#define _LIBS_LOG_LOG_H
+#pragma once
/* Historically vendors have depended on these headers being included. */
#include <fcntl.h>
+#include <pthread.h>
#include <unistd.h>
#include <android/log.h>
@@ -25,5 +25,3 @@
#ifndef LOG_TAG
#define LOG_TAG NULL
#endif
-
-#endif /*_LIBS_LOG_LOG_H*/