Fix: add missing uaccess.h include from kstrtox.h wrapper
[lttng-modules.git] / wrapper / kstrtox.h
index 0f0666fe7d57e40f6169ebf15587a83c48dd8382..402662825369e829e7d2cffbdf9546f58d3c4559 100644 (file)
@@ -25,6 +25,8 @@
 
 #if (LINUX_VERSION_CODE < KERNEL_VERSION(3,0,0))
 
+#include <linux/uaccess.h>
+
 /* Excludes final \0. */
 #define LTTNG_MAX_UINT_CHAR 10
 
This page took 0.023423 seconds and 4 git commands to generate.