aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/hvx
diff options
context:
space:
mode:
authorGravatar ted chang <htchang@us.ibm.com>2018-05-24 23:21:46 -0700
committerGravatar Gunhan Gulsoy <gunan@google.com>2018-05-24 23:21:46 -0700
commit28340a4b12e286fe14bb7ac08aebe325c3e150b4 (patch)
tree2f5bbde7c0604b191b989aa51aa09b7e110ae3be /tensorflow/contrib/hvx
parent7ad3964dcb16784e5bac80989abac460ad41fe12 (diff)
Fix cmake for MacOS (#17005)
This change address cmake build issues for MacOS. Also fixes #14712
Diffstat (limited to 'tensorflow/contrib/hvx')
-rw-r--r--tensorflow/contrib/hvx/hexagon_controller/src_impl/hexagon_controller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/hvx/hexagon_controller/src_impl/hexagon_controller.c b/tensorflow/contrib/hvx/hexagon_controller/src_impl/hexagon_controller.c
index 6a5d982dc8..2e5c84704f 100644
--- a/tensorflow/contrib/hvx/hexagon_controller/src_impl/hexagon_controller.c
+++ b/tensorflow/contrib/hvx/hexagon_controller/src_impl/hexagon_controller.c
@@ -19,7 +19,7 @@ limitations under the License.
#include "hexagon_controller.h"
-#include <malloc.h>
+#include <stdlib.h>
#include <stdio.h>
#include "adspmsgd.h"