osal: Include proper headers
authorChristopher N. Hesse <raymanfx@gmail.com>
Tue, 23 Jan 2018 23:39:40 +0000 (00:39 +0100)
committerJan Altensen <info@stricted.net>
Sun, 5 Apr 2020 01:04:53 +0000 (03:04 +0200)
Change-Id: I48f3694c9cc83a9fd71e93e75a2e975be8f5bd32

osal/Exynos_OSAL_ETC.h
osal/Exynos_OSAL_Log.c

index 37f658d8bf68970a9b2fe724b4f77e64b6b5030d..14eac82b10628d10ea4eb12cc9293e27d8e866cb 100644 (file)
 #include "OMX_Types.h"
 #include "Exynos_OMX_Def.h"
 
+#include <stdio.h>
 #ifdef PERFORMANCE_DEBUG
 #include <sys/time.h>
 #endif
+#include <sys/types.h>
 
 #define INT_TO_PTR(var) ((void *)(unsigned long)var)
 #define PTR_TO_INT(var) ((int)(unsigned long)var)
index d1216c2afcd1bc60646fca4a0d047e0e64014298..ff3eae973df8d220c15947d8478ff01ad3f4d21a 100644 (file)
@@ -24,7 +24,7 @@
  *   2012.02.20 : Create
  */
 
-#include <utils/Log.h>
+#include <android/log.h>
 #include <cutils/properties.h>
 
 #include "Exynos_OSAL_Log.h"