summaryrefslogtreecommitdiff
path: root/server/InterfaceController.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-28 19:25:33 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-28 19:25:33 +0000
commit883d129ba24bfc599b65b09fd0b5aaa0946d1958 (patch)
treeff066b7580f43ff9f5377f9efa762731cec10b62 /server/InterfaceController.cpp
parent6ef96c4862428e02a0c4aebbfa1ed0ccbf58b46e (diff)
parent5f4938fea4170d251a3eb23ffc6239cfd1604cc8 (diff)
Merge "Add missing <malloc.h> include."
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 14f0da72..f0b313f0 100644
--- a/server/InterfaceController.cpp
+++ b/server/InterfaceController.cpp
@@ -16,6 +16,7 @@
#include <dirent.h>
#include <errno.h>
+#include <malloc.h>
#define LOG_TAG "InterfaceController"
#include <cutils/log.h>