diff --git a/srcpkgs/valgrind/patches/use-sys-pthread-header.patch b/srcpkgs/valgrind/patches/use-sys-pthread-header.patch new file mode 100644 index 00000000000..39a56783ec8 --- /dev/null +++ b/srcpkgs/valgrind/patches/use-sys-pthread-header.patch @@ -0,0 +1,10 @@ +--- coregrind/vgdb.c.orig 2013-08-13 11:47:04.267748406 +0200 ++++ coregrind/vgdb.c 2013-08-13 11:47:11.851818772 +0200 +@@ -102,7 +102,6 @@ I_die_here : (PTRACEINVOKER) architectur + #include + #if defined(VGO_linux) + # include +-# include + #endif + #endif +