diff options
author | Steven M. Schultz <sms@2bsd.com> | 2004-04-12 22:54:48 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-04-12 22:54:48 +0000 |
commit | 17c22f574b2817d9782ff3404a1b528221e3728b (patch) | |
tree | a883113af89396b1557f1c5dd4d2476a9bd56ff6 /libavformat/os_support.c | |
parent | 31179d85cba5fe6abc15fa39203936cc66131dec (diff) | |
download | ffmpeg-17c22f574b2817d9782ff3404a1b528221e3728b.tar.gz |
libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 3009 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 4cdfcea469..219db98c1c 100644 --- a/libavformat/os_support.c +++ b/libavformat/os_support.c @@ -16,6 +16,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "config.h" #include "avformat.h" #ifdef CONFIG_WIN32 #include <sys/types.h> |