Fix attr container forward declaration issue (#998)
Fix attr container forward declaration issue reported in #996
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user