Headers: move *-map.h headers to urcu/map/
[urcu.git] / urcu-qsbr.c
index cf8b5cec46d2c10afaff8c53a56e9adfa4e27eb1..bb10bb815550a191e3c50db1237d2299b058b6b3 100644 (file)
@@ -23,6 +23,7 @@
  * IBM's contributions to this file may be relicensed under LGPLv2 or later.
  */
 
+#define _GNU_SOURCE
 #include <stdio.h>
 #include <pthread.h>
 #include <signal.h>
@@ -32,7 +33,7 @@
 #include <errno.h>
 #include <poll.h>
 
-#include "urcu-qsbr-map.h"
+#include "urcu/map/urcu-qsbr.h"
 
 #define BUILD_QSBR_LIB
 #include "urcu-qsbr-static.h"
This page took 0.022729 seconds and 4 git commands to generate.