changeset 88:70160a717f1b libavformat

* moved os_support.h into libavcodec * added few more functions for os2
author kabi
date Wed, 12 Mar 2003 18:57:33 +0000
parents b43e201588dc
children 8e3cf4e9fc5a
files img.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/img.c	Wed Mar 12 18:45:50 2003 +0000
+++ b/img.c	Wed Mar 12 18:57:33 2003 +0000
@@ -18,7 +18,7 @@
  */
 #include <unistd.h>
 #include "avformat.h"
-#include "../os_support.h"
+#include "os_support.h"
 
 typedef struct {
     int width;