Fix attr container forward declaration issue (#998)

Fix attr container forward declaration issue reported in #996
This commit is contained in:
tonibofarull0
2022-02-05 14:46:18 +01:00
committed by GitHub
parent 96a8bdf717
commit 6ddfae6f66

View File

@ -22,7 +22,7 @@ extern "C" {
/* Invalid module ID */
#define ID_NONE ((uint32)-1)
struct attr_container_t;
struct attr_container;
/* Queue message type */
typedef enum QUEUE_MSG_TYPE {