aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-09-22 19:40:59 +0200
committerMarcel Holtmann <marcel@holtmann.org>2023-09-22 19:40:59 +0200
commit032f20986da6ab53e29670ab5af2989688ca8073 (patch)
tree3a4406d83353c65b25b4476c4c6df994963a0520
parentde8f2b5c1a4801c5f9343bf9c7099b2e31cc2842 (diff)
dhcp: Add missing HAVE_CONFIG_H guard
-rw-r--r--ell/dhcp-util.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ell/dhcp-util.c b/ell/dhcp-util.c
index e5c88b2b..96cf4f67 100644
--- a/ell/dhcp-util.c
+++ b/ell/dhcp-util.c
@@ -19,6 +19,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdint.h>
#include <linux/types.h>
#include <errno.h>