1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00
vlc/extras/tools/ragel-6.8-javacodegen.patch
Sean McGovern 6f8c750a6f ragel: edit patch to work with other versions of patch(1)
Signed-off-by: Rafaël Carré <funman@videolan.org>
2014-03-18 12:13:32 +01:00

12 lines
388 B
Diff

diff -urN ragel-6.8.orig/ragel/javacodegen.cpp ragel-6.8/ragel/javacodegen.cpp
--- ragel-6.8.orig/ragel/javacodegen.cpp 2013-02-11 05:57:45.000000000 +0400
+++ ragel-6.8/ragel/javacodegen.cpp.new 2013-09-01 14:42:27.000000000 +0400
@@ -50,6 +50,7 @@
using std::ifstream;
using std::ostream;
using std::ios;
+using std::setiosflags;
using std::cin;
using std::cout;
using std::cerr;