mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
While here, fix OpenSSL build PR: 232223 Submitted by: loic-freebsd@loicp.eu (maintainer)
11 lines
212 B
C
11 lines
212 B
C
--- src/esp.h.orig 2018-07-19 13:30:02 UTC
|
|
+++ src/esp.h
|
|
@@ -19,6 +19,8 @@
|
|
*/
|
|
|
|
#include <stdint.h>
|
|
+#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
#include <openssl/evp.h>
|
|
#include "utils.h"
|
|
#pragma once
|