From 40e400d07bcfa621eef5b4f4496b7af665089e55 Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 11 Mar 2010 15:07:43 -0600 Subject: Fix proc_mem.stp for RHEL5. * tapset/proc_mem.stp: Move header file so that it will compile on RHEL5 systems. --- tapset/proc_mem.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tapset') diff --git a/tapset/proc_mem.stp b/tapset/proc_mem.stp index e4386bde..cebc1550 100644 --- a/tapset/proc_mem.stp +++ b/tapset/proc_mem.stp @@ -30,8 +30,8 @@ return NULL; return current->mm; } -#include #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,34) +#include static inline unsigned long k_get_mm_counter(struct mm_struct *mm, int member) { #if USE_SPLIT_PTLOCKS -- cgit