Moved the user_memcpy()/strlcpy()/memset() calls to KernelExport.h.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9104 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-09-29 10:29:00 +00:00
parent fafe5b8bdb
commit 85f6117e32
2 changed files with 1 additions and 4 deletions
@@ -3,6 +3,7 @@
#ifndef _SYSCALL_ARGS_H
#define _SYSCALL_ARGS_H
#include <KernelExport.h>
#include <vm.h>
// Hack to be able to use the IS_USER_ADDRESS macro when compiling for R5.