Re: [dpdk-dev] [PATCH v2 06/13] mbuf: fix missing includes in exported header

2017-04-25 Thread Olivier Matz
On Tue, 25 Apr 2017 10:30:00 +0200, Adrien Mazarguil wrote: > This commit addresses the following errors: > > In file included from /tmp/check-includes.sh.681.c:1:0: > build/include/rte_mbuf_ptype.h:587:35: error: unknown type name 'uint32_t' > [...] > build/include/rte_mbuf_ptype.h:662:51:

[dpdk-dev] [PATCH v2 06/13] mbuf: fix missing includes in exported header

2017-04-25 Thread Adrien Mazarguil
This commit addresses the following errors: In file included from /tmp/check-includes.sh.681.c:1:0: build/include/rte_mbuf_ptype.h:587:35: error: unknown type name 'uint32_t' [...] build/include/rte_mbuf_ptype.h:662:51: error: unknown type name 'size_t' [...] Fixes: 288541c8ff9e ("mbuf: add