Move internal headers to 'src/' dir
[lttng-ust.git] / src / liblttng-ust-fork / ustfork.c
index b10f24d23f4e9a7f42b891cdaa44366e0e444ce9..3eb62d2a296567b96ee118881dc92d372a36eb90 100644 (file)
@@ -5,7 +5,9 @@
  * Copyright (C) 2011-2012  Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  */
 
-#include <ust-dlfcn.h>
+/* Has to be included first to override dlfcn.h */
+#include <common/compat/dlfcn.h>
+
 #include <unistd.h>
 #include <stdio.h>
 #include <signal.h>
This page took 0.04063 seconds and 4 git commands to generate.