]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/parser/gen_builder.py
lua: fix fonction prototype (should return a boolean).
[vlc] / modules / gui / skins2 / parser / gen_builder.py
index 47dfc4d5a5c22d1922cf1de727bec46a625fcf77..2c0d4b25648b0893f7c1dbfb2962d114d26ee1e0 100755 (executable)
@@ -32,7 +32,7 @@ hppfile.write(
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 //File generated by gen_builder.py
@@ -41,7 +41,7 @@ hppfile.write(
 #ifndef BUILDER_DATA_HPP
 #define BUILDER_DATA_HPP
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <list>
 #include <map>
 #include <string>