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: I663e6607f711bc8bae0a2127db524868f6d4cc32
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/process.hpp b/process.hpp
index af19b22..390bc1a 100644
--- a/process.hpp
+++ b/process.hpp
@@ -3,7 +3,7 @@
 #include "crc.hpp"
 #include "manager.hpp"
 
-#include <host-ipmid/ipmid-api.h>
+#include <ipmid/api.h>
 
 #include <functional>