mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
11 lines
216 B
C
11 lines
216 B
C
--- ptstream.c.orig 2020-05-07 15:17:41 UTC
|
|
+++ ptstream.c
|
|
@@ -20,6 +20,7 @@
|
|
/* ptstream.c */
|
|
|
|
#include <arpa/inet.h>
|
|
+#include <netinet/in.h>
|
|
#include <openssl/x509v3.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|