mbed library sources modified for open wear

Dependents:   openwear-lifelogger-example

Fork of mbed-src by mbed official

Revision:
140:ca60b7a31055
Parent:
51:7838415c99e7
Child:
227:7bd0639b8911
--- a/targets/hal/TARGET_NXP/TARGET_LPC11XX_11CXX/serial_api.c	Thu Mar 27 09:45:07 2014 +0000
+++ b/targets/hal/TARGET_NXP/TARGET_LPC11XX_11CXX/serial_api.c	Tue Apr 01 10:00:07 2014 +0100
@@ -16,6 +16,7 @@
 // math.h required for floating point operations for baud rate calculation
 #include <math.h>
 #include <string.h>
+#include <stdlib.h>
 
 #include "serial_api.h"
 #include "cmsis.h"