diff options
Diffstat (limited to 'java/jlint/files/patch-utf_string.hh')
-rw-r--r-- | java/jlint/files/patch-utf_string.hh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/java/jlint/files/patch-utf_string.hh b/java/jlint/files/patch-utf_string.hh new file mode 100644 index 000000000000..7723b44e354d --- /dev/null +++ b/java/jlint/files/patch-utf_string.hh @@ -0,0 +1,10 @@ +--- utf_string.hh.orig Thu Jul 17 21:03:53 2003 ++++ utf_string.hh Thu Jul 17 21:04:03 2003 +@@ -1,6 +1,7 @@ + #ifndef UTF_STRING_HH + #define UTF_STRING_HH + ++#include <assert.h> + #include <string> + #include <stdio.h> + #include "functions.hh" |