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.
 
 
 
 
 
 

10 lines
355 B

--- ./glib/glibmm/object.cc.orig 2008-06-11 00:02:59.000000000 +0200
+++ ./glib/glibmm/object.cc 2008-06-11 00:03:07.000000000 +0200
@@ -27,6 +27,7 @@
#include <gobject/gvaluecollector.h>
#include <cstdarg>
+#include <string.h>
//Weak references:
//I'm not sure what the point of these are apart from being a hacky way out of circular references,