From 83c8c0b38dfdfd992bdfc2e6a370c5472d55c3d4 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 7 Jan 2019 22:53:30 -0800 Subject: Don't include pcap/pcap.h just to get SOCKET defined. Put it in portability.h as well, with redefinition protections. --- sslutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sslutils.h') diff --git a/sslutils.h b/sslutils.h index 63810538..ac9496da 100644 --- a/sslutils.h +++ b/sslutils.h @@ -36,7 +36,7 @@ #ifdef HAVE_OPENSSL #include #include -#include "pcap/pcap.h" // for SOCKET +#include "portability.h" // for SOCKET /* * Utility functions -- cgit v1.2.3