mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
- submitter becomes maintainer - added GCRYPT and MICROHTTPD options - small fixes Changelog: https://www.kamailio.org/pub/kamailio/5.8.4/ChangeLog Release notes: https://www.kamailio.org/w/kamailio-v5-8-0-release-notes/ PR: 283010 Reported by: p5B2EA84B3@t-online.de Approved by: dmitry.wagin@ya.ru (maintainer)
10 lines
250 B
C
10 lines
250 B
C
--- src/modules/influxdbc/ic.c.orig 2024-11-12 10:25:55 UTC
|
|
+++ src/modules/influxdbc/ic.c
|
|
@@ -26,6 +26,7 @@
|
|
#include <string.h>
|
|
#include <sys/errno.h>
|
|
#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include <netdb.h>
|
|
|