1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-17 18:50:33 -04:00
ports/multimedia/lives/files/patch-src__htmsocket.c
Martin Wilke ce20e2990f - Update to 1.0.0.p1
PR:		135644
Submitted by:	Ports Fury
2009-06-18 12:22:57 +00:00

13 lines
338 B
C

--- src/htmsocket.c.orig 2008-07-11 15:02:34.000000000 +0900
+++ src/htmsocket.c 2009-06-03 00:58:22.000000000 +0900
@@ -9,7 +9,10 @@
#include <unistd.h>
#include <netdb.h>
#include <errno.h>
+#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
#include <sys/ioctl.h>
#include "main.h"