general: added stdlib definition to fix broken compilation on maa v0.2.7
authorKiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
Tue, 3 Jun 2014 09:35:47 +0000 (09:35 +0000)
committerKiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
Tue, 3 Jun 2014 09:35:47 +0000 (09:35 +0000)
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
src/4digitdisplay/tm1637.cxx
src/ledbar/my9221.cxx
src/nrf24l01/nrf24l01.cxx

index c703193..e18068e 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <iostream>
 #include <unistd.h>
+#include <stdlib.h>
 
 #include "tm1637.h"
 
index 054858b..2bdd17c 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <iostream>
 #include <unistd.h>
+#include <stdlib.h>
 
 #include "my9221.h"
 
index 9ad65cb..fc9c5ab 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <iostream>
 #include <unistd.h>
+#include <stdlib.h>
 
 #include "nrf24l01.h"