Fixed missing keylist.h include in objects.h for OS_Keylist type dependency (#1277)
Signed-off-by: kimhyeongjun <hjun1.kim@samsung.com>
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
#include "bacnet/bacdef.h"
|
#include "bacnet/bacdef.h"
|
||||||
/* BACnet Stack API */
|
/* BACnet Stack API */
|
||||||
#include "bacnet/bacstr.h"
|
#include "bacnet/bacstr.h"
|
||||||
|
#include "bacnet/basic/sys/keylist.h"
|
||||||
|
|
||||||
typedef struct object_device_t {
|
typedef struct object_device_t {
|
||||||
BACNET_OBJECT_ID Object_Identifier;
|
BACNET_OBJECT_ID Object_Identifier;
|
||||||
|
|||||||
Reference in New Issue
Block a user