commit | 9caa64de9ce05305682e97057962fced2b5d7be7 | [log] [tgz] |
---|---|---|
author | Patrick Rudolph <patrick.rudolph@9elements.com> | Mon Sep 04 11:22:31 2023 +0200 |
committer | Patrick Rudolph <patrick.rudolph@9elements.com> | Mon Sep 04 12:00:14 2023 +0200 |
tree | dc98142235063d96ab601a73d0dcf5f09038b682 | |
parent | c990007964a41128b74e5bd018c13cf6f0bc2140 [diff] |
ethernet_interface: Fix configuration Include config.h to satisfy #ifdefs used in code. Fixes config 'persist-mac' and 'uboot-env' having no effect. Change-Id: I27a4984dc069871dc757388494fcf145069a6143 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/src/ethernet_interface.cpp b/src/ethernet_interface.cpp index 2851a1b..0427363 100644 --- a/src/ethernet_interface.cpp +++ b/src/ethernet_interface.cpp
@@ -1,3 +1,4 @@ +#include "config.h" #include "ethernet_interface.hpp"