nsiproxy: Include netinet/in_pcb.h.

Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Gerald Pfeifer 2021-08-19 01:18:01 +02:00 committed by Alexandre Julliard
parent 20c4149e72
commit 823532bd3a
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@
#include <netinet/in.h>
#endif
#ifdef HAVE_NETINET_IN_PCB_H
#include <netinet/in_pcb.h>
#endif
#ifdef HAVE_NETINET_IP_VAR_H
#include <netinet/ip_var.h>
#endif