From: Mathieu Desnoyers Date: Tue, 17 Apr 2012 14:49:07 +0000 (-0400) Subject: Fix: add missing uaccess.h include (for ARM) X-Git-Tag: v2.0.2~2 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=d28686c15dba4a8080a2217c92411b93875068dc;hp=d28686c15dba4a8080a2217c92411b93875068dc;p=lttng-modules.git Fix: add missing uaccess.h include (for ARM) "What required uaccess.h ?" I was getting the following error: syscalls_pointers_override.h:6:1: error: implicit declaration of function ?strlen_user? I found that strlen_user was defined in asm/uaccess.h, which is included by linux/uaccess.h. Suggested-by: Ryan Kyser Signed-off-by: Mathieu Desnoyers ---