From c9217e6c83fa863430dd43792ef08b6398778f54 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 6 May 2003 11:46:42 +0000 Subject: [PATCH] ringbuffer -> q.c --- avi2swf/v2swf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avi2swf/v2swf.c b/avi2swf/v2swf.c index 5720199..8e48deb 100644 --- a/avi2swf/v2swf.c +++ b/avi2swf/v2swf.c @@ -22,7 +22,7 @@ #include #include "v2swf.h" #include "../lib/rfxswf.h" -#include "ringbuffer.c" +#include "../lib/q.h" typedef struct _v2swf_internal_t { -- 1.7.10.4