etwdump: add a necessary header.

See febd09fad9 (note_2298561729).
This commit is contained in:
Guy Harris 2025-01-18 12:21:16 -08:00
parent 73e0788894
commit b2bd2d080b

View File

@ -29,6 +29,7 @@
#include <winsock2.h>
#include <netiodef.h>
#include "etl.h"
#include "etw_ndiscap.h"
// inet_ipv6.h and netiodef.h define exactly the same stuff, like _IPV6_ROUTING_HEADER and IP6F_OFF_MASK.