diff options
Diffstat (limited to 'src/vnet/vnet.h')
-rw-r--r-- | src/vnet/vnet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet/vnet.h b/src/vnet/vnet.h index 42f7333feb5..14da23f66ce 100644 --- a/src/vnet/vnet.h +++ b/src/vnet/vnet.h @@ -40,6 +40,8 @@ #ifndef included_vnet_vnet_h #define included_vnet_vnet_h +#include <stddef.h> + #include <vppinfra/types.h> #include <vppinfra/pcap.h> |