mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 18:11:21 +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 */
|
/* Invalid module ID */
|
||||||
#define ID_NONE ((uint32)-1)
|
#define ID_NONE ((uint32)-1)
|
||||||
|
|
||||||
struct attr_container_t;
|
struct attr_container;
|
||||||
|
|
||||||
/* Queue message type */
|
/* Queue message type */
|
||||||
typedef enum QUEUE_MSG_TYPE {
|
typedef enum QUEUE_MSG_TYPE {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user