commit | ba20404ca28b03db2b65d294e93e216058b810ed | [log] [tgz] |
---|---|---|
author | Bailey Forrest <bcf@google.com> | Mon Jun 12 16:49:18 2017 -0700 |
committer | Bailey Forrest <bcf@google.com> | Mon Jun 12 16:49:18 2017 -0700 |
tree | ce1a0f26fc0fe7e0317fafb845bf493586d190fa | |
parent | 292cddf6be7df898aa13bbdf3e7296524f12b5c9 [diff] [blame] |
Include missing headers Bug: None Test: Build Change-Id: Id4967af4ab48ceda10c45edcb0bc4b856b991fd6
diff --git a/bluetooth/1.0/default/hci_protocol.cc b/bluetooth/1.0/default/hci_protocol.cc index a208da1..5d6f1d1 100644 --- a/bluetooth/1.0/default/hci_protocol.cc +++ b/bluetooth/1.0/default/hci_protocol.cc
@@ -18,6 +18,7 @@ #define LOG_TAG "android.hardware.bluetooth-hci-hci_protocol" #include <assert.h> +#include <errno.h> #include <fcntl.h> #include <log/log.h>