summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinit Deshapnde <vinitd@google.com>2014-05-07 23:26:19 -0700
committerVinit Deshapnde <vinitd@google.com>2014-05-07 23:26:19 -0700
commite504a85d274799ea4d2a7452b5dbed14023871ed (patch)
tree462fc14b371d676e8c3dbfb2f28a093bd3388068
parentb573b879161949728b9cbdb0ef2dc8db32a47bfc (diff)
downloadwlan-e504a85d274799ea4d2a7452b5dbed14023871ed.tar.gz
Build fixes for changes ported from KWD
Libnl is now shared and needs different headers. Change-Id: Ib56264566e17f5cdbd63ee6e0af4e5e70f63e40d
-rw-r--r--qcwcn/wifi_hal/Android.mk2
-rw-r--r--qcwcn/wifi_hal/common.cpp2
2 files changed, 3 insertions, 1 deletions
diff --git a/qcwcn/wifi_hal/Android.mk b/qcwcn/wifi_hal/Android.mk
index 62fa4ed..927aa03 100644
--- a/qcwcn/wifi_hal/Android.mk
+++ b/qcwcn/wifi_hal/Android.mk
@@ -25,7 +25,7 @@ LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses
LOCAL_CPPFLAGS += -Wno-conversion-null
LOCAL_C_INCLUDES += \
- external/libnl-headers \
+ external/libnl/include \
$(call include-path-for, libhardware_legacy)/hardware_legacy \
LOCAL_SRC_FILES := \
diff --git a/qcwcn/wifi_hal/common.cpp b/qcwcn/wifi_hal/common.cpp
index 5e09b6e..70471d3 100644
--- a/qcwcn/wifi_hal/common.cpp
+++ b/qcwcn/wifi_hal/common.cpp
@@ -1,5 +1,7 @@
#include <stdlib.h>
+#include <linux/pkt_sched.h>
+#include <netlink/object-api.h>
#include <netlink-types.h>
#include "wifi_hal.h"