From 6d391ce60542525bce49f4fb145d88e8edb94ec2 Mon Sep 17 00:00:00 2001 From: Henry Bruce Date: Thu, 17 Dec 2015 15:35:10 -0800 Subject: [PATCH] uart: Added stdlib.h to uart.hpp so malloc() and free() are declared Signed-off-by: Henry Bruce Signed-off-by: Brendan Le Foll --- api/mraa/uart.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/api/mraa/uart.hpp b/api/mraa/uart.hpp index 9099d5b..cc485a3 100644 --- a/api/mraa/uart.hpp +++ b/api/mraa/uart.hpp @@ -28,6 +28,7 @@ #include "uart.h" #include "types.hpp" +#include #include #include