From e2081c70599d16ac1ed2f69b05ceef7fb94be2be Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Mon, 19 Jun 2023 09:09:27 -0400 Subject: [PATCH] [#2608] Addressed review comment src/lib/dhcpsrv/Makefile.am Added flq_allocation_state.h --- src/lib/dhcpsrv/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/dhcpsrv/Makefile.am b/src/lib/dhcpsrv/Makefile.am index aefb9907b2..f42c102b5d 100644 --- a/src/lib/dhcpsrv/Makefile.am +++ b/src/lib/dhcpsrv/Makefile.am @@ -343,6 +343,7 @@ libkea_dhcpsrv_include_HEADERS = \ db_type.h \ dhcp4o6_ipc.h \ dhcpsrv_log.h \ + flq_allocation_state.h \ flq_allocator.h \ host.h \ host_container.h \