Consolidate DHCP v4 and V6 implementation. No functional change intended
[vpp.git] / src / vnet / dhcp / client.c
index c352e31..d34c5a6 100644 (file)
@@ -13,7 +13,8 @@
  * limitations under the License.
  */
 #include <vlib/vlib.h>
-#include <vnet/dhcp/proxy.h>
+#include <vnet/dhcp/client.h>
+#include <vnet/dhcp/dhcp_proxy.h>
 #include <vnet/fib/fib_table.h>
 
 dhcp_client_main_t dhcp_client_main;