[dpdk-dev] [dpdk-stable] [PATCH] eal/windows: fix missing header inclusion

Thomas Monjalon thomas at monjalon.net
Tue Oct 20 13:47:21 CEST 2020


20/10/2020 11:37, Dmitry Kozlyuk:
> On Tue, 20 Oct 2020 11:48:15 +0300, Tal Shnaiderman wrote:
> > Following the addition of the in_addr/in6_addr structs
> > to in.h the header file must have stdint.h included
> > for the definitions of the uint8_t/uint32_t types used
> > within the new structs.
> > 
> > Not having it could results in the following errors
> > in places where in.h is included:
> > 
> > in.h:30:2: error: unknown type name 'uint32_t'
> >         uint32_t s_addr;
> > 
> > in.h:34:2: error: unknown type name 'uint8_t'
> >         uint8_t s6_addr[16];
> > 
> > Fixes: f40a74cfcf0 ("eal/windows: improve compatibility networking headers")
> > Cc: stable at dpdk.org

Removing stable at dpdk.org as the bug is only in current release.

> > 
> > Signed-off-by: Tal Shnaiderman <talshn at nvidia.com>
> 
> Acked-by: Dmitry Kozlyuk <dmitry.kozliuk at gmail.com>

Applied, thanks





More information about the dev mailing list