freebsd-ports/multimedia/lives/files/patch-src__htmsocket.c
Pawel Pekala 4aeaf60c59 - Update to version 1.6.2
- Remove description for DOXYGEN option
2012-06-25 23:23:25 +00:00

11 lines
288 B
C

--- ./src/htmsocket.c.orig 2012-06-25 19:47:03.000000000 +0200
+++ ./src/htmsocket.c 2012-06-25 19:48:09.000000000 +0200
@@ -8,7 +8,7 @@
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
-
+#include <netinet/in.h>
#ifndef IS_MINGW
#include <netdb.h>
#include <sys/socket.h>