Move hash table to common/ directory
[lttng-tools.git] / lttng-sessiond / event.c
index 6e247aa9139db8cf5fcabff7b55810886c47f719..f4c48179df4c0c8606bd437aac46dca84fd0fa67 100644 (file)
@@ -15,6 +15,7 @@
  * Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
+#define _GNU_SOURCE
 #include <errno.h>
 #include <urcu/list.h>
 #include <string.h>
@@ -25,7 +26,7 @@
 
 #include "channel.h"
 #include "event.h"
-#include "hashtable.h"
+#include "../common/hashtable.h"
 #include "kernel.h"
 #include "ust-ctl.h"
 #include "ust-app.h"
This page took 0.023944 seconds and 4 git commands to generate.