From 3253026a76cd935fdb55d066b66b2ac76eb530d7 Mon Sep 17 00:00:00 2001 From: Jonas Bengtsson Date: Mon, 28 Jun 2010 15:42:10 +0200 Subject: makefile update Change-Id: I7ce56a8da2d50dbf3bd84c430b883a7c4b9987e1 Component: linux_b2r2lib:1.0.3:src Published-by: Published-on: Sat, 12 Jun 2010 08:08:04 +0200 Rodos: rodos 7.2.11 --- src/blt_b2r2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/blt_b2r2.c b/src/blt_b2r2.c index 7e17d04..0b62240 100644 --- a/src/blt_b2r2.c +++ b/src/blt_b2r2.c @@ -19,20 +19,20 @@ #include #include #include +#include #include "b2r2_blt.h" #define LOG_TAG "libblt_hw" #ifdef ANDROID -# define LOG_TAG "libblt_hw" # include # define LOGE2(...) LOGE(__VA_ARGS__) # define LOGI2(...) LOGI(__VA_ARGS__) #else # define LOGE(format) fprintf(stderr, LOG_TAG format "\n") # define LOGE2(format, ...) fprintf(stderr, LOG_TAG format "\n", __VA_ARGS__) -# define LOGI2(...) printf(LOG_TAG format "\n", __VA_ARGS__) +# define LOGI2(format, ...) printf(LOG_TAG format "\n", __VA_ARGS__) #endif #define B2R2_BLT_DEV "/dev/b2r2_blt" -- cgit v1.2.3