numam-dpdk/lib/librte_eal/windows
Tal Shnaiderman ddfaa718b7 eal/windows: add missing stdint include
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: f40a74cfcf ("eal/windows: improve compatibility networking headers")

Signed-off-by: Tal Shnaiderman <talshn@nvidia.com>
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
2020-10-20 13:46:32 +02:00
..
include eal/windows: add missing stdint include 2020-10-20 13:46:32 +02:00
eal_alarm.c eal/windows: implement alarm API 2020-10-14 22:54:04 +02:00
eal_debug.c eal/windows: support exit and panic 2020-06-24 11:02:51 +02:00
eal_file.c eal/windows: implement basic memory management 2020-06-15 19:30:54 +02:00
eal_hugepages.c eal/windows: detect insufficient privileges for hugepages 2020-07-11 00:45:20 +02:00
eal_interrupts.c eal/windows: add interrupt thread skeleton 2020-10-14 22:48:38 +02:00
eal_lcore.c eal/windows: improve CPU and NUMA node detection 2020-06-15 19:29:39 +02:00
eal_log.c eal/windows: support logging 2020-05-07 12:18:18 +02:00
eal_memalloc.c eal: move OS common config objects 2020-06-30 00:02:53 +02:00
eal_memory.c eal: move OS common config objects 2020-06-30 00:02:53 +02:00
eal_mp.c bus/pci: introduce Windows support with stubs 2020-06-30 00:02:54 +02:00
eal_thread.c eal: rename lcore master and slave 2020-10-20 13:17:08 +02:00
eal_timer.c timer: support EAL functions on Windows 2020-06-23 19:03:30 +02:00
eal_windows.h eal/windows: add interrupt thread skeleton 2020-10-14 22:48:38 +02:00
eal.c eal: rename lcore master and slave 2020-10-20 13:17:08 +02:00
fnmatch.c eal/windows: add fnmatch implementation 2020-05-07 12:18:17 +02:00
getopt.c eal/windows: use bundled getopt with MinGW 2020-10-05 09:12:24 +02:00
meson.build eal/windows: implement alarm API 2020-10-14 22:54:04 +02:00