diff options
Diffstat (limited to 'src/vnet/srp')
-rw-r--r-- | src/vnet/srp/packet.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vnet/srp/packet.h b/src/vnet/srp/packet.h index 96dab648b32..38296ac6ec8 100644 --- a/src/vnet/srp/packet.h +++ b/src/vnet/srp/packet.h @@ -40,8 +40,7 @@ #ifndef included_srp_packet_h #define included_srp_packet_h -#include <vppinfra/byte_order.h> -#include <vppinfra/bitops.h> +#include <vppinfra/clib.h> #include <vnet/ethernet/packet.h> /* SRP version 2. */ |