summaryrefslogtreecommitdiff
path: root/libavformat/img.c
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2003-03-12 18:57:33 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2003-03-12 18:57:33 +0000
commit4a899dd689defec022e8566465c873dd83b55cef (patch)
treefa526dc911d5ddefaa18dee03670b8de36614a4c /libavformat/img.c
parente0ece99ab93a321c124f6c102fc3dc2c432fcd70 (diff)
* moved os_support.h into libavcodec
* added few more functions for os2 Originally committed as revision 1672 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/img.c')
-rw-r--r--libavformat/img.c2
1 files changed, 1 insertions, 1 deletions
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 <unistd.h>
#include "avformat.h"
-#include "../os_support.h"
+#include "os_support.h"
typedef struct {
int width;