Diff between f7634ed76ca50b68436f8f3c1417b0570df58956 and b94b76e0fe579ccc5128be75c24e5829771acd52

Changed Files

File Additions Deletions Status
android/Android.mk +2 -0 modified

Full Patch

diff --git a/android/Android.mk b/android/Android.mk
index 4184d80..9d0c301 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -15,6 +15,8 @@ pathmap_INCL += glib:external/bluetooth/glib \
 BLUEZ_COMMON_CFLAGS := -DVERSION=\"$(BLUEZ_VERSION)\" \
 			-DANDROID_VERSION=$(ANDROID_VERSION) \
 			-DANDROID_STORAGEDIR=\"/data/misc/bluetooth\" \
+			-DHAVE_LINUX_IF_ALG_H \
+			-DHAVE_LINUX_TYPES_H \
 
 # Enable warnings enabled in autotools build
 BLUEZ_COMMON_CFLAGS += -Wall -Wextra \