joe.patch 994 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Index: regex.c
  2. --- regex.c.orig 2004-04-17 15:09:09.000000000 +0200
  3. +++ regex.c 2004-05-10 10:16:35.000000000 +0200
  4. @@ -10,7 +10,8 @@
  5. #include <stdio.h>
  6. #include <ctype.h>
  7. -#include <wctype.h>
  8. +#include <libutf8.h>
  9. +#include <utf8/wctype.h>
  10. #include "b.h"
  11. #include "utf8.h"
  12. Index: termcap.c
  13. --- termcap.c.orig 2004-04-10 07:20:20.000000000 +0200
  14. +++ termcap.c 2004-05-10 10:14:36.000000000 +0200
  15. @@ -20,6 +20,7 @@
  16. #endif
  17. #ifdef TERMINFO
  18. #ifdef HAVE_TERM_H
  19. +#include <curses.h>
  20. #include <term.h>
  21. #endif
  22. #endif
  23. Index: utf8.h
  24. --- utf8.h.orig 2004-04-18 03:26:00.000000000 +0200
  25. +++ utf8.h 2004-05-10 10:17:46.000000000 +0200
  26. @@ -10,6 +10,7 @@
  27. #include "config.h"
  28. #include "types.h"
  29. +#include "libutf8.h"
  30. /* UTF-8 Encoder
  31. *
  32. Index: utils.c
  33. --- utils.c.orig 2004-04-23 00:35:28.000000000 +0200
  34. +++ utils.c 2004-05-10 10:18:13.000000000 +0200
  35. @@ -16,6 +16,7 @@
  36. #ifdef HAVE_STDLIB_H
  37. #include <stdlib.h>
  38. #endif
  39. +#include "libutf8.h"
  40. #include "blocks.h"
  41. #include "utils.h"