diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-08-01 16:29:26 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-08-01 16:29:26 +0000 |
commit | 2e11268ea9812cec9ca334c8c0e825dcfb64bef9 (patch) | |
tree | db66af79b8c15b8280a840aec88e9f0ddf09539c /libavformat/os_support.h | |
parent | 82cee279a5e654258ecc11b6cff801bc4c15538d (diff) | |
download | ffmpeg-2e11268ea9812cec9ca334c8c0e825dcfb64bef9.tar.gz |
Add missing header #includes.
Originally committed as revision 14497 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/os_support.h')
-rw-r--r-- | libavformat/os_support.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/os_support.h b/libavformat/os_support.h index 34970e3952..4c32ad54a2 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -27,6 +27,8 @@ * miscellaneous OS support macros and functions. */ +#include "config.h" + #ifdef __MINGW32__ # define WIN32_LEAN_AND_MEAN # include <windows.h> |