re-add in.h again, needs INADDR_ANY

This commit is contained in:
sthen 2012-07-13 12:55:07 +00:00
parent d3a7b4746f
commit 7d2b29da1a
3 changed files with 10 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2011/11/22 15:41:23 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2012/07/13 12:55:07 sthen Exp $
SHARED_ONLY = Yes
@ -7,7 +7,7 @@ COMMENT = video editor and a VJ tool
V = 1.0.10
DISTNAME = LiVES-${V}
PKGNAME = ${DISTNAME:L}
REVISION = 0
REVISION = 1
SHARED_LIBS += weed 0.0 # 0.2
SHARED_LIBS += weed_slice 0.0 # 0.2

View File

@ -1,11 +1,12 @@
$OpenBSD: patch-lives-plugins_plugins_playback_video_lives2lives_stream_c,v 1.2 2012/06/26 14:15:23 jasper Exp $
$OpenBSD: patch-lives-plugins_plugins_playback_video_lives2lives_stream_c,v 1.3 2012/07/13 12:55:07 sthen Exp $
--- lives-plugins/plugins/playback/video/lives2lives_stream.c.orig Thu Sep 9 19:41:26 2010
+++ lives-plugins/plugins/playback/video/lives2lives_stream.c Tue Jun 26 16:05:07 2012
@@ -11,6 +11,7 @@
+++ lives-plugins/plugins/playback/video/lives2lives_stream.c Fri Jul 13 14:52:18 2012
@@ -11,6 +11,8 @@
#include <inttypes.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <arpa/inet.h>
+#include <netinet/in.h>
//////////////////////////////////////

View File

@ -1,13 +1,14 @@
$OpenBSD: patch-src_htmsocket_c,v 1.2 2012/06/26 14:15:23 jasper Exp $
$OpenBSD: patch-src_htmsocket_c,v 1.3 2012/07/13 12:55:07 sthen Exp $
--- src/htmsocket.c.orig Sun Mar 14 20:24:05 2010
+++ src/htmsocket.c Tue Jun 26 16:05:26 2012
@@ -9,7 +9,9 @@
+++ src/htmsocket.c Fri Jul 13 14:50:14 2012
@@ -9,7 +9,10 @@
#include <unistd.h>
#include <netdb.h>
#include <errno.h>
+#include <sys/types.h>
#include <sys/socket.h>
+#include <arpa/inet.h>
+#include <netinet/in.h>
#include <sys/ioctl.h>
#include "main.h"