Commit 9a15aae8 authored by alex's avatar alex

use network.h instead network includes

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8844 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a406d4ac
......@@ -32,17 +32,13 @@
#include <sys/time.h>
#undef time //needed because HAVE_AV_CONFIG_H is defined on top
#include <time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <signal.h>
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif
#include "network.h"
#include "version.h"
#include "ffserver.h"
#include "random.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment