Fix: add missing uaccess.h include (for ARM)
[lttng-modules.git] / probes / lttng-events.h
index 9262f5de21f8181ef81f52ee0527b04f7eef7473..05e17b9bd8e3e9ba3f32037583b2727f63eee551 100644 (file)
@@ -18,7 +18,7 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
-
+#include <linux/uaccess.h>
 #include <linux/debugfs.h>
 #include "lttng.h"
 #include "lttng-types.h"
This page took 0.022798 seconds and 4 git commands to generate.