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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {