misc: minimize dependencies on udp.h

Type: improvement

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: Id13f33843b230a1d169560742c4f7b2dc17d8718
diff --git a/src/vnet/udp/udp_packet.h b/src/vnet/udp/udp_packet.h
index 110bf61..edb5366 100644
--- a/src/vnet/udp/udp_packet.h
+++ b/src/vnet/udp/udp_packet.h
@@ -40,6 +40,8 @@
 #ifndef included_udp_packet_h
 #define included_udp_packet_h
 
+#include <vppinfra/clib.h>
+
 typedef struct
 {
   /* Source and destination port. */