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: I4f01c2d658b75d27e11f90013198a4951c62b1f5
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/oemhandler.hpp b/oemhandler.hpp
index 01d5046..c6794b8 100644
--- a/oemhandler.hpp
+++ b/oemhandler.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include <host-ipmid/ipmid-api.h>
+#include <ipmid/api.h>
#include <stdint.h>
#include <map>