From 4a899dd689defec022e8566465c873dd83b55cef Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 12 Mar 2003 18:57:33 +0000 Subject: * moved os_support.h into libavcodec * added few more functions for os2 Originally committed as revision 1672 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/img.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/img.c') diff --git a/libavformat/img.c b/libavformat/img.c index 980f4f981b..ae229a5bba 100644 --- a/libavformat/img.c +++ b/libavformat/img.c @@ -18,7 +18,7 @@ */ #include #include "avformat.h" -#include "../os_support.h" +#include "os_support.h" typedef struct { int width; -- cgit v1.2.3