commit | 068c76888b1ef1b262c718e3df53ea7b5c06a959 | [log] [tgz] |
---|---|---|
author | Ethan Yonker <dees_troy@teamw.in> | Fri Sep 25 11:25:20 2015 -0500 |
committer | Dees Troy <dees_troy@teamw.in> | Thu Oct 15 16:15:09 2015 +0200 |
tree | d6ca7ce807c378709afbbe7111390a2dc874aa2f | |
parent | 5064048ec3039cb11be545c975b67a997f054dde [diff] [blame] |
Fix up twrpTar Change-Id: I11a8f77b39a6f12aca6157c9aa76c34ef48c4b9f
diff --git a/twcommon.h b/twcommon.h index d54446f..be24323 100644 --- a/twcommon.h +++ b/twcommon.h
@@ -10,6 +10,7 @@ #define LOGERR(...) gui_print_color("error", "E:" __VA_ARGS__) #define LOGINFO(...) fprintf(stdout, "I:" __VA_ARGS__) #else +#include <stdio.h> #define LOGERR(...) printf("E:" __VA_ARGS__) #define LOGINFO(...) printf("I:" __VA_ARGS__) #define gui_print(...) printf( __VA_ARGS__ )