commit | 9366089a491a867f912338660ae836212c055876 | [log] [tgz] |
---|---|---|
author | Patrick Rudolph <patrick.rudolph@9elements.com> | Fri Oct 13 14:18:46 2023 +0200 |
committer | Josh Lehan <krellan@google.com> | Tue Feb 13 00:06:18 2024 +0000 |
tree | 2f687085c392481a456cf4867399afcedfefe2e1 | |
parent | 9788963c948448271f5d76e633ff9b17014d5a83 [diff] [blame] |
fancontroller: Add missing config.h Include config.h to satisfy #ifdef used in those files. Change-Id: I0f6a3aa750abdf7b7c263d05f0551ee481b98d51 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/pid/fancontroller.cpp b/pid/fancontroller.cpp index a1290c5..8bbe3f2 100644 --- a/pid/fancontroller.cpp +++ b/pid/fancontroller.cpp
@@ -14,6 +14,8 @@ * limitations under the License. */ +#include "config.h" + #include "fancontroller.hpp" #include "tuning.hpp"