summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg-devel/files/patch-ffserver.c
blob: b0b444a8405a61d3307874fb1617d576e37329e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ffserver.c.orig	Tue Sep 25 14:53:44 2001
+++ ffserver.c	Tue Sep 25 14:55:12 2001
@@ -20,7 +20,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-#include <netinet/in.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
@@ -31,6 +30,7 @@
 #include <getopt.h>
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <netinet/in.h>
 #include <arpa/inet.h>
 #include <netdb.h>
 #include <ctype.h>