diff options
author | Ewald Snel <esnel@users.sourceforge.net> | 2003-02-27 18:56:44 +0000 |
---|---|---|
committer | Ewald Snel <esnel@users.sourceforge.net> | 2003-02-27 18:56:44 +0000 |
commit | 41a82fa9824136addf4c332de5d18f6c50d39926 (patch) | |
tree | 00850bcd82807c235739f0b92377b171fcbe6460 | |
parent | ac8632df0ae772be9b65f858c5062732103d996d (diff) | |
download | xine-lib-41a82fa9824136addf4c332de5d18f6c50d39926.tar.gz xine-lib-41a82fa9824136addf4c332de5d18f6c50d39926.tar.bz2 |
Fix compilation when xine is not (yet) installed
CVS patchset: 4297
CVS date: 2003/02/27 18:56:44
-rw-r--r-- | src/post/mosaico/mosaico.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <xine/xine_internal.h> -#include <xine/post.h> +#include "xine_internal.h" +#include "post.h" #define MOVERSION (5) |