mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
9adb7c18c4
Releases notes at <https://www.schedmd.com/news.php>. Remark: MySQL is no more an option. Security: CVE-2023-49933 through CVE-2023-49938 Differential Revision: <https://reviews.freebsd.org/D42764>
11 lines
217 B
C
11 lines
217 B
C
--- src/common/callerid.h.orig 2023-06-15 19:16:14 UTC
|
|
+++ src/common/callerid.h
|
|
@@ -43,6 +43,7 @@
|
|
#ifdef __FreeBSD__
|
|
#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
+#include <netdb.h>
|
|
#endif
|
|
|
|
typedef struct {
|