mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.9 KiB

  1. --- ./include/tunepimp/metadata.h.orig 2008-06-11 09:02:44.000000000 +0200
  2. +++ ./include/tunepimp/metadata.h 2008-06-11 09:02:50.000000000 +0200
  3. @@ -28,6 +28,7 @@
  4. #define __METADATA_H__
  5. #include <string>
  6. +#include <string.h>
  7. #include <cstdio>
  8. using namespace std;
  9. --- ./lib/fileio.cpp.orig 2008-06-11 10:16:53.000000000 +0200
  10. +++ ./lib/fileio.cpp 2008-06-11 10:17:02.000000000 +0200
  11. @@ -28,6 +28,8 @@
  12. #include <assert.h>
  13. #include <errno.h>
  14. #include <string>
  15. +#include <string.h>
  16. +#include <stdlib.h>
  17. #ifndef WIN32
  18. #include <unistd.h>
  19. #endif
  20. --- ./lib/metadata.cpp.orig 2008-06-11 10:02:13.000000000 +0200
  21. +++ ./lib/metadata.cpp 2008-06-11 10:02:18.000000000 +0200
  22. @@ -26,6 +26,7 @@
  23. ----------------------------------------------------------------------------*/
  24. #include <math.h>
  25. #include <stdio.h>
  26. +#include <stdlib.h>
  27. #include "metadata.h"
  28. #include "../config.h"
  29. --- ./lib/utf8/utf8util.cpp.orig 2008-06-11 09:01:28.000000000 +0200
  30. +++ ./lib/utf8/utf8util.cpp 2008-06-11 09:01:43.000000000 +0200
  31. @@ -26,6 +26,8 @@
  32. ----------------------------------------------------------------------------*/
  33. #include <stdio.h>
  34. +#include <stdlib.h>
  35. +#include <string.h>
  36. #include "utf8util.h"
  37. #include "utf8.h"
  38. #ifdef WIN32
  39. --- ./plugins/mp3/id3_2_3_meta.cpp.orig 2008-06-11 10:28:12.000000000 +0200
  40. +++ ./plugins/mp3/id3_2_3_meta.cpp 2008-06-11 10:28:18.000000000 +0200
  41. @@ -26,6 +26,7 @@
  42. ----------------------------------------------------------------------------*/
  43. #include <stdio.h>
  44. +#include <stdlib.h>
  45. #include <assert.h>
  46. #include <ctype.h>
  47. #include <musicbrainz/mb_c.h>
  48. --- ./plugins/mp3/id3_meta.cpp.orig 2008-06-11 10:25:31.000000000 +0200
  49. +++ ./plugins/mp3/id3_meta.cpp 2008-06-11 10:25:37.000000000 +0200
  50. @@ -26,6 +26,7 @@
  51. ----------------------------------------------------------------------------*/
  52. #include <stdio.h>
  53. +#include <stdlib.h>
  54. #include <time.h>
  55. #include <ctype.h>
  56. #include <musicbrainz/mb_c.h>