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.

51 lines
1.5 KiB

  1. --- ./demos/gtk-demo/demowindow.cc.orig 2008-06-11 10:42:38.000000000 +0200
  2. +++ ./demos/gtk-demo/demowindow.cc 2008-06-11 10:42:46.000000000 +0200
  3. @@ -31,6 +31,7 @@
  4. #include <cctype>
  5. #include <cerrno>
  6. #include <stdio.h>
  7. +#include <string.h>
  8. #ifdef NEED_FLOCKFILE_PROTO
  9. extern "C" void flockfile (FILE *);
  10. --- ./demos/gtk-demo/textwidget.cc.orig 2008-06-11 10:46:57.000000000 +0200
  11. +++ ./demos/gtk-demo/textwidget.cc 2008-06-11 10:47:05.000000000 +0200
  12. @@ -19,6 +19,8 @@
  13. * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  14. */
  15. +#include <string.h>
  16. +
  17. #include "textwidget.h"
  18. #include "pangomm/fontdescription.h"
  19. --- ./examples/book/custom/custom_widget/mywidget.cc.orig 2008-06-11 10:01:40.000000000 +0200
  20. +++ ./examples/book/custom/custom_widget/mywidget.cc 2008-06-11 10:01:47.000000000 +0200
  21. @@ -20,6 +20,7 @@
  22. #include <gdkmm/drawable.h>
  23. #include <gdkmm/general.h> // for cairo helper functions
  24. #include <iostream>
  25. +#include <string.h>
  26. //#include <gtk/gtkwidget.h> //For GTK_IS_WIDGET()
  27. --- ./gtk/gtkmm/scale.cc.orig 2008-06-11 08:51:18.000000000 +0200
  28. +++ ./gtk/gtkmm/scale.cc 2008-06-11 08:51:25.000000000 +0200
  29. @@ -31,6 +31,7 @@
  30. #include <gtk/gtkscale.h>
  31. #include <gtk/gtkhscale.h>
  32. #include <gtk/gtkvscale.h>
  33. +#include <string.h>
  34. #include <math.h>
  35. namespace Gtk
  36. --- ./gtk/gtkmm/targetentry.cc.orig 2008-06-11 09:02:03.000000000 +0200
  37. +++ ./gtk/gtkmm/targetentry.cc 2008-06-11 09:02:09.000000000 +0200
  38. @@ -21,6 +21,7 @@
  39. */
  40. #include <gtkmm/targetentry.h>
  41. +#include <string.h>
  42. namespace Gtk