diff options
author | Neale Ranns <nranns@cisco.com> | 2017-06-12 06:12:26 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-06-12 06:12:26 -0700 |
commit | b32fde58fdc5302cd3b688b45539ad80913863dc (patch) | |
tree | e5dc0153164f6c58e9bb035aad1940f1272b9452 /src/vppinfra | |
parent | 89223f462337b8d9d190ab36f8651e40597463ba (diff) |
Fix build breakge post 6956
Change-Id: I0ab0e3e40b00ed5c2a34f5c23d04b596c1e9aa5f
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vppinfra')
-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> |