Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-24 17:52:46 +0300
committerDiego Biurrun <diego@biurrun.de>2009-01-24 17:52:46 +0300
commitda837937c6631ffd37f3bdc7c7d2ddd7658e4c13 (patch)
tree278dc2d2f1b579576fbe4468cfcf791e4ac23bfe /libavformat/network.h
parent175da7dab700e9db3edd90aaf83f9ee3ec6bcbbf (diff)
Fix undefined preprocessor directives warnings during 'make checkheaders'.
Originally committed as revision 16747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/network.h')
-rw-r--r--libavformat/network.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/network.h b/libavformat/network.h
index bd30368137..7af77991d4 100644
--- a/libavformat/network.h
+++ b/libavformat/network.h
@@ -21,6 +21,8 @@
#ifndef AVFORMAT_NETWORK_H
#define AVFORMAT_NETWORK_H
+#include "config.h"
+
#if HAVE_WINSOCK2_H
#include <winsock2.h>
#include <ws2tcpip.h>