Commit 3e57f56f authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

iphlpapi: Include <netinet/in_systm.h> if present.

parent 2025d145
......@@ -79,6 +79,9 @@
#ifdef HAVE_NETINET_TCP_TIMER_H
#include <netinet/tcp_timer.h>
#endif
#ifdef HAVE_NETINET_IN_SYSTM_H
#include <netinet/in_systm.h>
#endif
#ifdef HAVE_NETINET_IP_ICMP_H
#include <netinet/ip_icmp.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment