| commit | 6b3e820bd79ba986e8a60dc40d6a49b7a2e2c267 | [log] [tgz] |
|---|---|---|
| author | George Liu <liuxiwei@ieisystem.com> | Wed Jul 02 16:19:16 2025 +0800 |
| committer | Jayanth Othayoth <ojayanth@gmail.com> | Tue Oct 07 06:20:52 2025 -0500 |
| tree | a61a8e015190dd918cd516a14ab8c0d66b10543b | |
| parent | aca56665cf785af90d452a1a533a0b1470673804 [diff] [blame] |
remove IPMI_CC Since IPMI_CC declared in api.h has been gradually deprecated, this submission will use ipmi::cc in api.hpp instead. Change-Id: I490c4e38869b4f59a9dc0645c28eb721eab72980 Signed-off-by: George Liu <liuxiwei@ieisystem.com>
diff --git a/ethstats.hpp b/ethstats.hpp index 520ed15..9f2cd40 100644 --- a/ethstats.hpp +++ b/ethstats.hpp
@@ -4,6 +4,8 @@ #include <ipmid/api.h> +#include <ipmid/api-types.hpp> + #include <cstdint> #include <string>