summaryrefslogtreecommitdiffstats
path: root/bcmdhd/wifi_hal
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-12-29 13:18:43 -0800
committerElliott Hughes <enh@google.com>2014-12-29 13:18:43 -0800
commit25f96b9e68602eaf57d64694452865c778dd42eb (patch)
tree02a1fbc011d2ed97831e086270bec248fa6a0802 /bcmdhd/wifi_hal
parent350074487acb6e5b75cf3149ebe815e060e60394 (diff)
downloadhardware_broadcom_wlan-25f96b9e68602eaf57d64694452865c778dd42eb.zip
hardware_broadcom_wlan-25f96b9e68602eaf57d64694452865c778dd42eb.tar.gz
hardware_broadcom_wlan-25f96b9e68602eaf57d64694452865c778dd42eb.tar.bz2
Fix missing #includes in hardware/broadcom.
Change-Id: I95c2a1961a295e3d6b10edb8d66f12141bdd0e09
Diffstat (limited to 'bcmdhd/wifi_hal')
-rw-r--r--bcmdhd/wifi_hal/wifi_hal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcmdhd/wifi_hal/wifi_hal.cpp b/bcmdhd/wifi_hal/wifi_hal.cpp
index a99b156..9cd1d12 100644
--- a/bcmdhd/wifi_hal/wifi_hal.cpp
+++ b/bcmdhd/wifi_hal/wifi_hal.cpp
@@ -1,4 +1,4 @@
-
+#include <errno.h>
#include <stdint.h>
#include <fcntl.h>
#include <sys/socket.h>