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

--- ./demos/gtk-demo/demowindow.cc.orig 2008-06-11 10:42:38.000000000 +0200
+++ ./demos/gtk-demo/demowindow.cc 2008-06-11 10:42:46.000000000 +0200
@@ -31,6 +31,7 @@
#include <cctype>
#include <cerrno>
#include <stdio.h>
+#include <string.h>
#ifdef NEED_FLOCKFILE_PROTO
extern "C" void flockfile (FILE *);
--- ./demos/gtk-demo/textwidget.cc.orig 2008-06-11 10:46:57.000000000 +0200
+++ ./demos/gtk-demo/textwidget.cc 2008-06-11 10:47:05.000000000 +0200
@@ -19,6 +19,8 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <string.h>
+
#include "textwidget.h"
#include "pangomm/fontdescription.h"
--- ./examples/book/custom/custom_widget/mywidget.cc.orig 2008-06-11 10:01:40.000000000 +0200
+++ ./examples/book/custom/custom_widget/mywidget.cc 2008-06-11 10:01:47.000000000 +0200
@@ -20,6 +20,7 @@
#include <gdkmm/drawable.h>
#include <gdkmm/general.h> // for cairo helper functions
#include <iostream>
+#include <string.h>
//#include <gtk/gtkwidget.h> //For GTK_IS_WIDGET()
--- ./gtk/gtkmm/scale.cc.orig 2008-06-11 08:51:18.000000000 +0200
+++ ./gtk/gtkmm/scale.cc 2008-06-11 08:51:25.000000000 +0200
@@ -31,6 +31,7 @@
#include <gtk/gtkscale.h>
#include <gtk/gtkhscale.h>
#include <gtk/gtkvscale.h>
+#include <string.h>
#include <math.h>
namespace Gtk
--- ./gtk/gtkmm/targetentry.cc.orig 2008-06-11 09:02:03.000000000 +0200
+++ ./gtk/gtkmm/targetentry.cc 2008-06-11 09:02:09.000000000 +0200
@@ -21,6 +21,7 @@
*/
#include <gtkmm/targetentry.h>
+#include <string.h>
namespace Gtk