From acebece38c2c169177bb70e24141e099d873af30 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Thu, 7 Feb 2019 15:15:44 -0800 Subject: 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 --- main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index dd755e6..6115302 100644 --- a/main.cpp +++ b/main.cpp @@ -21,12 +21,12 @@ #include "process.hpp" #include "utils.hpp" -#include +#include #include -#include -#include -#include +#include +#include +#include #include #include -- cgit v1.2.3