]> git.sesse.net Git - vlc/commitdiff
* all: fixed depcomp failure
authorCyril Deguet <asmax@videolan.org>
Wed, 23 Jul 2003 09:14:25 +0000 (09:14 +0000)
committerCyril Deguet <asmax@videolan.org>
Wed, 23 Jul 2003 09:14:25 +0000 (09:14 +0000)
modules/gui/skins/parser/skin.act
modules/gui/skins/parser/skin.c

index ad319510812b1a3fe93813fac39a7e40503cf9c8..8981113c5ad17781d1a447372ffa447e4cdfa08e 100644 (file)
@@ -4,7 +4,7 @@
  * skin.act: FleXML actions file
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: skin.act,v 1.7 2003/07/18 20:06:00 gbazin Exp $
+ * $Id: skin.act,v 1.8 2003/07/23 09:14:24 asmax Exp $
  *
  * Authors: Olivier Teulière <ipkiss@via.ecp.fr>
  *          Emmanuel Puig    <karibu@via.ecp.fr>
@@ -30,7 +30,7 @@
 <actions>
     <top>
         <![CDATA[
-            #include "wrappers.h"
+            #include "parser/wrappers.h"
         ]]>
     </top>
     <start tag="Bitmap">
index b58c9396d2c22107f10b497aa3f5efa90aefb6d4..35a6f6f4ded746c228fe1f5e39ff993e5d229816 100644 (file)
@@ -28,7 +28,7 @@
 #line 31 "skin.act"
 
         
-            #include "wrappers.h"
+            #include "parser/wrappers.h"
         
     
 void STag_Bitmap(void)