mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
general: added stdlib definition to fix broken compilation on maa v0.2.7
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
parent
fdcd36e1ae
commit
0db7af89f9
@ -24,6 +24,7 @@
|
|||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "tm1637.h"
|
#include "tm1637.h"
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "my9221.h"
|
#include "my9221.h"
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "nrf24l01.h"
|
#include "nrf24l01.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user