diff options
author | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-11-26 05:01:36 +0000 |
---|---|---|
committer | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-11-26 05:01:36 +0000 |
commit | 9c938e77e825b69346137a37f06a4859ab561e41 (patch) | |
tree | 42cbfaadd01e345a2430e9ffa97283f594fcac05 /ffserver.c | |
parent | 35fedfc349b04e53e77044a3c0ac3027401f4863 (diff) | |
download | ffmpeg-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffserver.c b/ffserver.c index 8a55af9b17..1be33ebcef 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> |