From 686fd9c0948c9a30a460d62575c37944297f5f53 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Fri, 30 Oct 2015 12:37:27 +0300 Subject: [PATCH] [FIX] Kprobe: add include to swap_ktd Issue: swap ksyms is used in kprobe, but necessary include is lost Solution: Add inlcude Change-Id: Ib3d4fb1a1e95063f724a1bc45e26c63a53d313d0 Signed-off-by: Alexander Aksenov --- kprobe/swap_ktd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kprobe/swap_ktd.c b/kprobe/swap_ktd.c index ddc6c37..79d1ef0 100644 --- a/kprobe/swap_ktd.c +++ b/kprobe/swap_ktd.c @@ -25,6 +25,7 @@ #include #include #include +#include #include "swap_ktd.h" #include "swap_td_raw.h" -- 2.7.4