nuttx/rpmsg_virtio.c: fix invalid use of undefined type ‘struct rpmsg_hdr’ err
rpmsg/rpmsg_virtio.c:320:49: error: invalid use of undefined type ‘struct rpmsg_hdr’ 320 | rx ? hdr->dst : hdr->src); Signed-off-by: wangyongrong <wangyongrong@xiaomi.com>
This commit is contained in:
parent
1f96a0b5e9
commit
d96fe98591
|
@ -32,6 +32,7 @@
|
|||
#include <nuttx/kthread.h>
|
||||
#include <nuttx/semaphore.h>
|
||||
#include <nuttx/rpmsg/rpmsg_virtio.h>
|
||||
#include <rpmsg/rpmsg_internal.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
Loading…
Reference in New Issue