|
From: Helio C. de C. <he...@co...> - 2003-11-04 12:32:34
|
CVS commit by helio: - Fix for kernel 2.6. __user need definition. M +3 -0 vg_intercept.c 1.18.2.2 --- valgrind/coregrind/vg_intercept.c #1.18.2.1:1.18.2.2 @@ -63,4 +63,7 @@ #include <sys/ipc.h> #include <sys/msg.h> +#ifdef KERNEL_2_6 +#include <linux/compiler.h> +#endif #include <asm/ipc.h> /* for ipc_kludge */ #include <sys/poll.h> |