mirror of https://git.ffmpeg.org/ffmpeg.git
use network.h instead network includes
Originally committed as revision 8844 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
47b515bf64
commit
0bdacf29d4
|
@ -32,17 +32,13 @@
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#undef time //needed because HAVE_AV_CONFIG_H is defined on top
|
#undef time //needed because HAVE_AV_CONFIG_H is defined on top
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#include <netinet/in.h>
|
|
||||||
#include <arpa/inet.h>
|
|
||||||
#include <netdb.h>
|
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#ifdef HAVE_DLFCN_H
|
#ifdef HAVE_DLFCN_H
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "network.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
#include "ffserver.h"
|
#include "ffserver.h"
|
||||||
#include "random.h"
|
#include "random.h"
|
||||||
|
|
Loading…
Reference in New Issue