dhcp: multiple additions
[vpp.git] / src / vnet / dhcp / client.h
index d15e686..a74368c 100644 (file)
@@ -19,6 +19,9 @@
 #ifndef included_dhcp_client_h
 #define included_dhcp_client_h
 
+#include <vnet/ip/ip.h>
+#include <vnet/dhcp/packet.h>
+
 #define foreach_dhcp_client_state               \
 _(DHCP_DISCOVER)                                \
 _(DHCP_REQUEST)                                 \