summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/watchdog.cpp2
-rw-r--r--app/watchdog.hpp2
-rw-r--r--app/watchdog_service.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/watchdog.cpp b/app/watchdog.cpp
index 3d8e227..7ca465c 100644
--- a/app/watchdog.cpp
+++ b/app/watchdog.cpp
@@ -4,7 +4,7 @@
#include "watchdog_service.hpp"
#include <endian.h>
-#include <host-ipmid/ipmid-api.h>
+#include <ipmid/api.h>
#include <cstdint>
#include <phosphor-logging/elog-errors.hpp>
diff --git a/app/watchdog.hpp b/app/watchdog.hpp
index 268ca92..767a776 100644
--- a/app/watchdog.hpp
+++ b/app/watchdog.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include <host-ipmid/ipmid-api.h>
+#include <ipmid/api.h>
/** @brief The RESET watchdog IPMI command.
*
diff --git a/app/watchdog_service.cpp b/app/watchdog_service.cpp
index 769a70d..1deb58b 100644
--- a/app/watchdog_service.cpp
+++ b/app/watchdog_service.cpp
@@ -1,6 +1,6 @@
#include "watchdog_service.hpp"
-#include <host-ipmid/ipmid-api.h>
+#include <ipmid/api.h>
#include <exception>
#include <phosphor-logging/elog-errors.hpp>
OpenPOWER on IntegriCloud