net/pkt: Eliminate a warning.

This commit is contained in:
Gregory Nutt 2017-05-02 10:07:31 -06:00
parent 91b3efa706
commit fbe02dfe6b

View File

@ -94,7 +94,8 @@ extern "C"
* Public Function Prototypes
****************************************************************************/
struct eth_hdr_s; /* Forward reference */
struct net_driver_s; /* Forward reference */
struct eth_hdr_s; /* Forward reference */
/* Defined in pkt_conn.c ****************************************************/
/****************************************************************************