commit | b040f98a88954ccf2e63fd7b2676865a2dbe0078 | [log] [tgz] |
---|---|---|
author | Florin Coras <fcoras@cisco.com> | Tue Oct 20 14:59:43 2020 -0700 |
committer | Dave Barach <openvpp@barachs.net> | Wed Oct 21 10:56:34 2020 +0000 |
tree | 8dd81604626dbb5cda19540a439e491a197e5491 | |
parent | 8aa18562152b0d135a72d27e3dd72a831b68d0ce [diff] [blame] |
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. */