misc: minimize dependencies on udp.h
[vpp.git] / src / plugins / dhcp / dhcp_client_detect.c
index 31b8985..598bd16 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #include <dhcp/client.h>
-#include <vnet/udp/udp.h>
+#include <vnet/udp/udp_local.h>
 
 #define foreach_dhcp_client_detect                    \
   _(EXTRACT, "Extract")