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.

32 lines
951 B

  1. --- ./noatun-plugins/dub/dub/random.h.orig 2008-06-21 08:03:16.000000000 +0200
  2. +++ ./noatun-plugins/dub/dub/random.h 2008-06-21 08:03:38.000000000 +0200
  3. @@ -15,6 +15,7 @@
  4. #define Random_Interface
  5. #include <cstdlib>
  6. +#include <time.h>
  7. // wrapper for random functions
  8. class Random {
  9. --- ./noatun-plugins/noatunmadness/madness.cpp.orig 2008-06-21 08:09:47.000000000 +0200
  10. +++ ./noatun-plugins/noatunmadness/madness.cpp 2008-06-21 08:09:53.000000000 +0200
  11. @@ -14,7 +14,7 @@
  12. #include <kwinmodule.h>
  13. #include <kiconloader.h>
  14. #include <math.h>
  15. -#include <iostream.h>
  16. +#include <iostream>
  17. #include <X11/Xlib.h>
  18. --- ./noatun-plugins/tippercanoe/sdlwrap.cpp.orig 2008-06-21 08:14:04.000000000 +0200
  19. +++ ./noatun-plugins/tippercanoe/sdlwrap.cpp 2008-06-21 08:14:09.000000000 +0200
  20. @@ -23,7 +23,7 @@
  21. #include <time.h>
  22. #include <string.h>
  23. #include "syna.h"
  24. -#include <iostream.h>
  25. +#include <iostream>
  26. #include <SDL_syswm.h>
  27. #include "SDL.h"