summaryrefslogtreecommitdiffstats
path: root/ffserver.c
diff options
context:
space:
mode:
authorPhilip Gladstone <philipjsg@users.sourceforge.net>2002-11-26 05:01:36 +0000
committerPhilip Gladstone <philipjsg@users.sourceforge.net>2002-11-26 05:01:36 +0000
commit9c938e77e825b69346137a37f06a4859ab561e41 (patch)
tree42cbfaadd01e345a2430e9ffa97283f594fcac05 /ffserver.c
parent35fedfc349b04e53e77044a3c0ac3027401f4863 (diff)
downloadffmpeg-streaming-9c938e77e825b69346137a37f06a4859ab561e41.zip
ffmpeg-streaming-9c938e77e825b69346137a37f06a4859ab561e41.tar.gz
More fixes to compile and build on more platforms.
Originally committed as revision 1280 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffserver.c b/ffserver.c
index 8a55af9b..1be33eb 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -20,7 +20,6 @@
#include "avformat.h"
#include <stdarg.h>
-#include <netinet/in.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
@@ -31,6 +30,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/wait.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <ctype.h>
OpenPOWER on IntegriCloud