blob: e6ad8f5413d2c86c6e29898ea90a19ec31b438e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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 {
|