commit | a2767e689d5bd3d2537034d32518ece88d55bdab | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Feb 24 18:53:34 2021 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Wed Feb 24 19:17:07 2021 +0800 |
tree | 0b572591da4b927fc6b58eeacfdf204bf156e2e8 | |
parent | 0f2623347120d531cc78b40e58dbcd733c5e5582 [diff] |
softoff: Fix sdeventplus exception error link: https://jenkins.openbmc.org/job/CI-MISC/job/ci-repository-ppc64le/1255/console Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: If5db9c421df502348e6fdf6e64c46c8cdf02e758
diff --git a/softoff/softoff.cpp b/softoff/softoff.cpp index 890b4af..d215c1d 100644 --- a/softoff/softoff.cpp +++ b/softoff/softoff.cpp
@@ -11,6 +11,7 @@ #include <sdbusplus/bus.hpp> #include <sdeventplus/clock.hpp> +#include <sdeventplus/exception.hpp> #include <sdeventplus/source/io.hpp> #include <sdeventplus/source/time.hpp>