From 41a82fa9824136addf4c332de5d18f6c50d39926 Mon Sep 17 00:00:00 2001 From: Ewald Snel Date: Thu, 27 Feb 2003 18:56:44 +0000 Subject: Fix compilation when xine is not (yet) installed CVS patchset: 4297 CVS date: 2003/02/27 18:56:44 --- src/post/mosaico/mosaico.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/post/mosaico/mosaico.c b/src/post/mosaico/mosaico.c index 6d0e2afdc..09a7433b1 100644 --- a/src/post/mosaico/mosaico.c +++ b/src/post/mosaico/mosaico.c @@ -17,15 +17,15 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: mosaico.c,v 1.3 2003/02/27 09:49:14 skaboy Exp $ + * $Id: mosaico.c,v 1.4 2003/02/27 18:56:44 esnel Exp $ */ /* * simple video mosaico plugin */ -#include -#include +#include "xine_internal.h" +#include "post.h" #define MOVERSION (5) -- cgit v1.2.3