summaryrefslogtreecommitdiff
path: root/server/InterfaceController.cpp
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-01-06 09:36:17 -0800
committerDan Albert <danalbert@google.com>2015-01-06 09:36:17 -0800
commitaa1be2b3d24d99f3ccb98ff4fbb2a81b63587eff (patch)
tree46b13422c90088fde9da814b392a555b563c0bf9 /server/InterfaceController.cpp
parent8a8b0c6af6ba45b549228ca4339277f18894f909 (diff)
Fix missing errno.h includes after libc cleanup.
These issues hadn't been found yet because a libc++ header was unconditionally pulling in errno.h. I've fixed the libc++ header now. Change-Id: Ib096634cdd231fc75bf7548e4b99babc7442dc53
Diffstat (limited to 'server/InterfaceController.cpp')
-rw-r--r--server/InterfaceController.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/InterfaceController.cpp b/server/InterfaceController.cpp
index 061060f8..14f0da72 100644
--- a/server/InterfaceController.cpp
+++ b/server/InterfaceController.cpp
@@ -15,6 +15,7 @@
*/
#include <dirent.h>
+#include <errno.h>
#define LOG_TAG "InterfaceController"
#include <cutils/log.h>