ports/net/loudmouth/patches/patch-loudmouth_lm-sock_c

13 lines
327 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- loudmouth/lm-sock.c.orig Sun Aug 31 13:42:29 2008
+++ loudmouth/lm-sock.c Sun Aug 31 13:43:08 2008
@@ -29,7 +29,9 @@
#include <string.h>
#include <unistd.h>
#include <sys/socket.h>
+#include <sys/types.h>
#include <fcntl.h>
+#include <netinet/in_systm.h>
/* Needed for BSD, LM-130 */
#ifdef HAVE_NETINET_IN_SYSTM_H