summaryrefslogtreecommitdiffstats
path: root/ipmid.cpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-11-14 19:25:08 -0800
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-11-20 22:30:33 +0000
commit15e95f263eecf5e44c22e4a61cefc2305224f987 (patch)
treed03bbbbea65ff8d1297d857803b24bb5dab6aa58 /ipmid.cpp
parent62c3e2c02a944a86fecd3a363178f70eeb6776d6 (diff)
downloadphosphor-host-ipmid-15e95f263eecf5e44c22e4a61cefc2305224f987.tar.gz
phosphor-host-ipmid-15e95f263eecf5e44c22e4a61cefc2305224f987.zip
move HOST_IPMI_LIB_PATH to configure.ac
Per TODO in Makefile.am, move the definition of HOST_IPMI_LIB_PATH from the Makefile to the configure script. Change-Id: If39bf1193f4502c239a78e21487566b234b746f8 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'ipmid.cpp')
-rw-r--r--ipmid.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipmid.cpp b/ipmid.cpp
index 238c0e5..cfaad9b 100644
--- a/ipmid.cpp
+++ b/ipmid.cpp
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include "ipmid.hpp"
#include "host-cmd-manager.hpp"
OpenPOWER on IntegriCloud