git.legacy.paulk.fr
/
samsung-ril.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix compilation on jellybean
[samsung-ril.git]
/
samsung-ril.h
diff --git
a/samsung-ril.h
b/samsung-ril.h
index
f6db9d8
..
acb5077
100644
(file)
--- a/
samsung-ril.h
+++ b/
samsung-ril.h
@@
-27,6
+27,20
@@
#include <telephony/ril.h>
#include <radio.h>
+#include <cutils/log.h>
+
+#ifndef LOGE
+ #define LOGE ALOGE
+#endif
+
+#ifndef LOGI
+ #define LOGI ALOGI
+#endif
+
+#ifndef LOGD
+ #define LOGD ALOGD
+#endif
+
#include "ipc.h"
#include "srs.h"