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

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