summaryrefslogtreecommitdiffstats
path: root/command/guid.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/guid.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/guid.cpp')
-rw-r--r--command/guid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/guid.cpp b/command/guid.cpp
index 3751d64..c69f825 100644
--- a/command/guid.cpp
+++ b/command/guid.cpp
@@ -1,6 +1,6 @@
#include "guid.hpp"
-#include <host-ipmid/ipmid-api.h>
+#include <ipmid/api.h>
#include <mapper.h>
#include <phosphor-logging/log.hpp>
OpenPOWER on IntegriCloud