Re: [dpdk-dev] [PATCH v2 04/13] net: fix missing include in exported header

2017-04-25 Thread Singh, Jasvinder
-Original Message- From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] Sent: Tuesday, April 25, 2017 9:30 AM To: dev@dpdk.org Cc: Singh, Jasvinder Subject: [PATCH v2 04/13] net: fix missing include in exported header This commit addresses the following errors: In file included

[dpdk-dev] [PATCH v2 04/13] net: fix missing include in exported header

2017-04-25 Thread Adrien Mazarguil
This commit addresses the following errors: In file included from /tmp/check-includes.sh.18889.c:1:0: build/include/rte_net_crc.h:86:1: error: unknown type name 'uint32_t' [...] Fixes: 986ff526fb84 ("net: add CRC computation API") Cc: Jasvinder Singh Signed-off-by: Adrien Mazarguil --- lib