From 0315863d98026b17a9a05604af559740cbbe0b73 Mon Sep 17 00:00:00 2001 From: Ranjani Sridharan Date: Tue, 20 Apr 2021 14:33:52 -0700 Subject: [PATCH] probe: fix compilation error Use the right header file to fix the compilation error when building with probes enabled. Signed-off-by: Ranjani Sridharan --- src/probe/probe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/probe/probe.c b/src/probe/probe.c index 70482d30b..1898ba991 100644 --- a/src/probe/probe.c +++ b/src/probe/probe.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include #include