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

2020-10-20 Thread 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 follow

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

2020-10-20 Thread Tal Shnaiderman
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