Fix: Move rand-compat to private src dir
[urcu.git] / tests / benchmark / test_urcu_hash.h
index c0727b7ba9898d92d14a51c103a0f95389fa9b55..2f708a115cd412bf620cbeda9e1b068b1c399b48 100644 (file)
@@ -23,7 +23,6 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#include "config.h"
 #include <stdio.h>
 #include <pthread.h>
 #include <stdlib.h>
 #include <signal.h>
 
 #include <urcu/tls-compat.h>
+#include <compat-rand.h>
 #include "cpuset.h"
 #include "thread-id.h"
+#include "../common/debug-yield.h"
 
 #define DEFAULT_HASH_SIZE      32
 #define DEFAULT_MIN_ALLOC_SIZE 1
This page took 0.025817 seconds and 4 git commands to generate.