diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vppinfra/crc32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vppinfra/crc32.h b/src/vppinfra/crc32.h index 5a47236a2ba..bbfc41ccec9 100644 --- a/src/vppinfra/crc32.h +++ b/src/vppinfra/crc32.h @@ -16,6 +16,8 @@ #ifndef __included_crc32_h__ #define __included_crc32_h__ +#include <vppinfra/clib.h> + #if __SSE4_2__ #define clib_crc32c_uses_intrinsics #include <x86intrin.h> |