summaryrefslogtreecommitdiffstats
path: root/cooling-type
diff options
context:
space:
mode:
authorBrandon Wyman <bjwyman@gmail.com>2017-05-19 16:34:20 -0500
committerBrandon Wyman <bjwyman@gmail.com>2017-05-19 16:34:20 -0500
commit8798854f0aab767edb8798fb014de5b4b9f7fae2 (patch)
tree18cb59e7397d462c3e639d27a839ecf848e74464 /cooling-type
parent59ae877171ef9a7df66c465c45fa89f2d1d89d38 (diff)
downloadphosphor-fan-presence-8798854f0aab767edb8798fb014de5b4b9f7fae2.tar.gz
phosphor-fan-presence-8798854f0aab767edb8798fb014de5b4b9f7fae2.zip
Fix bitbake build break due to <utility.hpp>
Should have used #include "utility.hpp" to include that header file in the phosphor-fan-presence repo. Change-Id: I01ac9a0cd4b3942f4b052ae3f52abd828cf8dc20 Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
Diffstat (limited to 'cooling-type')
-rw-r--r--cooling-type/cooling_type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cooling-type/cooling_type.cpp b/cooling-type/cooling_type.cpp
index b80d72d..1c36daf 100644
--- a/cooling-type/cooling_type.cpp
+++ b/cooling-type/cooling_type.cpp
@@ -2,7 +2,7 @@
#include <fcntl.h>
#include <sdbusplus/bus.hpp>
#include <phosphor-logging/log.hpp>
-#include <utility.hpp>
+#include "utility.hpp"
#include "cooling_type.hpp"
namespace phosphor
OpenPOWER on IntegriCloud