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.

20 lines
583 B

  1. --- ./trackdb/FormatConverter.cc.orig 2008-06-10 20:04:58.000000000 +0200
  2. +++ ./trackdb/FormatConverter.cc 2008-06-10 20:05:05.000000000 +0200
  3. @@ -17,6 +17,7 @@
  4. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  5. */
  6. +#include <string.h>
  7. #include <stdlib.h>
  8. #ifdef HAVE_AO
  9. #include <ao/ao.h>
  10. --- ./trackdb/TempFileManager.cc.orig 2008-06-10 20:04:36.000000000 +0200
  11. +++ ./trackdb/TempFileManager.cc 2008-06-10 20:04:42.000000000 +0200
  12. @@ -22,6 +22,7 @@
  13. #include <sys/types.h>
  14. #include <sys/stat.h>
  15. +#include <string.h>
  16. #include <unistd.h>
  17. #include <fcntl.h>