Use double quotes rather than angle brackets to include this local
header file. This fixes build scenarios where the liburcu build is used
from cmake.
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Iad6c9765ecc409c8df3a659975c97a3c068d5c0a
*/
#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)
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#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)
#include <urcu/compiler.h>
#include <urcu/rculfhash.h>
#include <urcu/static/urcu-signal-nr.h>
-#include <rculfhash-internal.h>
#include <stdio.h>
#include <pthread.h>
#include <signal.h>
+#include "rculfhash-internal.h"
#include "workqueue.h"
#include "urcu-die.h"
#include "urcu-utils.h"