summaryrefslogtreecommitdiffstats
path: root/samsung-ril.h
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ril.h')
-rw-r--r--samsung-ril.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/samsung-ril.h b/samsung-ril.h
index f6db9d8..acb5077 100644
--- 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"