mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Add include header file <sys/types.h> to rpmsg.h.
N/A When use netpacket/rpmsg.h,the compiler prompt that sa_family_t is not defined. Signed-off-by: 丁欣童 <dingxintong@xiaomi.com> Change-Id: Id2a0c51f992cca43917587423201ab27b92ed54f
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
#ifndef __INCLUDE_NETPACKET_RPMSG_H
|
||||
#define __INCLUDE_NETPACKET_RPMSG_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user