rculfhash: Include rculfhash-internal.h from local directory
[urcu.git] / src / rculfhash-mm-chunk.c
index a7a9b765b4c2c734389b869fc8c4f0ceb7e46281..5cd66625e574d8bf2ebc83bbaab1efc9cb0be855 100644 (file)
@@ -21,7 +21,9 @@
  */
 
 #include <stddef.h>
-#include <rculfhash-internal.h>
+#include <urcu/assert.h>
+
+#include "rculfhash-internal.h"
 
 static
 void cds_lfht_alloc_bucket_table(struct cds_lfht *ht, unsigned long order)
This page took 0.022638 seconds and 4 git commands to generate.