mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-06-01 14:37:14 +00:00
Fix attr container forward declaration issue (#998)
Fix attr container forward declaration issue reported in #996
This commit is contained in:
parent
96a8bdf717
commit
6ddfae6f66
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user