4b4c9fdea82adfeb679e9e5922710767a8cea674
[gentoo.git] / dev-libs / libe / files / libe-getpid.patch
1 diff -Naur libe-0.2.7/benchmarks/lockfree_hash_map.cc libe-0.2.7-new/benchmarks/lockfree_hash_map.cc
2 --- libe-0.2.7/benchmarks/lockfree_hash_map.cc  2011-10-12 04:02:24.000000000 +0200
3 +++ libe-0.2.7-new/benchmarks/lockfree_hash_map.cc      2012-08-20 14:59:39.135789923 +0200
4 @@ -30,6 +30,7 @@
5  // C includes
6  #include <cstdlib>
7  #include <stdint.h>
8 +#include <unistd.h>
9  
10  // C++
11  #include <iostream>
12 diff -Naur libe-0.2.7/benchmarks/lockfree_hash_set.cc libe-0.2.7-new/benchmarks/lockfree_hash_set.cc
13 --- libe-0.2.7/benchmarks/lockfree_hash_set.cc  2011-08-26 16:24:54.000000000 +0200
14 +++ libe-0.2.7-new/benchmarks/lockfree_hash_set.cc      2012-08-20 15:00:37.877793998 +0200
15 @@ -30,6 +30,7 @@
16  // C includes
17  #include <cstdlib>
18  #include <stdint.h>
19 +#include <unistd.h>
20  
21  // C++
22  #include <iostream>
23