summaryrefslogtreecommitdiffstats
path: root/command/session_cmds.cpp
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2019-02-12 17:10:35 -0800
committerWilliam A. Kennington III <wak@google.com>2019-02-19 13:10:57 -0800
commit4f09eaeec366c89319c344f7dd567063128ce00c (patch)
treebbb5f76d04196d17c4268c1d298d0e3960e91e5c /command/session_cmds.cpp
parent27ebe584bbe4530c6a68bcfe06e0eb15217f16b7 (diff)
downloadphosphor-net-ipmid-4f09eaeec366c89319c344f7dd567063128ce00c.tar.gz
phosphor-net-ipmid-4f09eaeec366c89319c344f7dd567063128ce00c.zip
Convert host-ipmid -> libipmid
phosphor-host-ipmid now exposes a library along with headers for interfacing with the ipmi daemon. Compile and link against the new library. Change-Id: Ifb914004df2b73cff913bf653db14ff2e710434f Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'command/session_cmds.cpp')
-rw-r--r--command/session_cmds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/session_cmds.cpp b/command/session_cmds.cpp
index a6b4adb..3b9fa0e 100644
--- a/command/session_cmds.cpp
+++ b/command/session_cmds.cpp
@@ -3,7 +3,7 @@
#include "endian.hpp"
#include "main.hpp"
-#include <host-ipmid/ipmid-api.h>
+#include <ipmid/api.h>
#include <user_channel/channel_layer.hpp>
#include <user_channel/user_layer.hpp>
OpenPOWER on IntegriCloud