openbsd-ports/net/loudmouth/patches/patch-loudmouth_lm-sock_c
jasper b24f6bb55b - update loudmouth to 1.4.2
- regen patches
2008-08-31 12:16:14 +00:00

14 lines
402 B
Plaintext

$OpenBSD: patch-loudmouth_lm-sock_c,v 1.2 2008/08/31 12:16:14 jasper Exp $
--- 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