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.

9 lines
295 B

  1. --- ./tests/test_copy_invalid_slot.cc.orig 2008-06-10 19:42:02.000000000 +0200
  2. +++ ./tests/test_copy_invalid_slot.cc 2008-06-10 19:42:23.000000000 +0200
  3. @@ -1,4 +1,6 @@
  4. #include <iostream>
  5. +#include <stdlib.h>
  6. +#include <string.h>
  7. #include <sigc++/sigc++.h>
  8. void Foo(sigc::trackable &t) {}