diff options
author | Luca Abeni <lucabe72@email.it> | 2007-11-21 16:33:06 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2007-11-21 16:33:06 +0000 |
commit | 087b327287c657aa12108250a39aad0cfca241b8 (patch) | |
tree | 8cdf1d99dcf2546f9066d611679a1da9ff1e6399 /libavformat/os_support.c | |
parent | a960a1e041fd2647b806f744ca0e409c30bd8d32 (diff) | |
download | ffmpeg-087b327287c657aa12108250a39aad0cfca241b8.tar.gz |
Include os_support.h only when needed
Originally committed as revision 11073 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/os_support.c')
-rw-r--r-- | libavformat/os_support.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/os_support.c b/libavformat/os_support.c index 13f82f76bb..8bde1b8df0 100644 --- a/libavformat/os_support.c +++ b/libavformat/os_support.c @@ -23,6 +23,7 @@ #include "avformat.h" #include <unistd.h> #include <fcntl.h> +#include "os_support.h" #ifndef HAVE_SYS_POLL_H #ifdef HAVE_WINSOCK2_H |