mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user