rculfhash: Include rculfhash-internal.h from local directory
[userspace-rcu.git] / src / rculfhash-mm-chunk.c
index 9273ac9755c295cf29d5006698827da821ad2ef3..76ec1bbd2d4c6e5660fe0087d1b7d3e824e1017b 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <stddef.h>
 #include <urcu/assert.h>
 
 #include <stddef.h>
 #include <urcu/assert.h>
-#include <rculfhash-internal.h>
+#include "rculfhash-internal.h"
 
 static
 void cds_lfht_alloc_bucket_table(struct cds_lfht *ht, unsigned long order)
 
 static
 void cds_lfht_alloc_bucket_table(struct cds_lfht *ht, unsigned long order)
This page took 0.023 seconds and 4 git commands to generate.