summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tapset/proc_mem.stp2
1 files changed, 1 insertions, 1 deletions
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 <linux/mm_types.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,34)
+#include <linux/mm_types.h>
static inline unsigned long k_get_mm_counter(struct mm_struct *mm, int member)
{
#if USE_SPLIT_PTLOCKS