-----Original Message-----
From: Adrien Mazarguil [mailto:[email protected]]
Sent: Tuesday, April 25, 2017 9:30 AM
To: [email protected]
Cc: Singh, Jasvinder <[email protected]>
Subject: [PATCH v2 04/13] net: fix missing include in exported header
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 <[email protected]>
Signed-off-by: Adrien Mazarguil <[email protected]>
Acked-by: Jasvinder Singh <[email protected]>
Thanks.