Add R311 boardlink IOT support
This commit is contained in:
parent
7e4f34424f
commit
0a00ceb174
package/netease/libuvdbus/src/Framework/IoT/Boardlink
|
@ -8,7 +8,7 @@
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <linux/netlink.h>
|
#include <linux/netlink.h>
|
||||||
|
|
||||||
#if defined(PLATFORM_R16) || defined (PLATFORM_CPU)
|
#if defined(PLATFORM_R16) || defined (PLATFORM_CPU) || defined(PLATFORM_R311)
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "libuv_dbus.h"
|
#include "libuv_dbus.h"
|
||||||
#include "boardlink_iot.h"
|
#include "boardlink_iot.h"
|
||||||
|
|
Loading…
Reference in New Issue