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:
丁欣童
2021-03-29 15:48:28 +08:00
committed by dingxintong
parent 66516a8a7e
commit 0e33818954
+6
View File
@@ -21,6 +21,12 @@
#ifndef __INCLUDE_NETPACKET_RPMSG_H
#define __INCLUDE_NETPACKET_RPMSG_H
/****************************************************************************
* Included Files
****************************************************************************/
#include <sys/types.h>
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/