Fix build breakge post 6956 99/7099/1
authorNeale Ranns <nranns@cisco.com>
Mon, 12 Jun 2017 13:12:26 +0000 (06:12 -0700)
committerNeale Ranns <nranns@cisco.com>
Mon, 12 Jun 2017 13:12:26 +0000 (06:12 -0700)
Change-Id: I0ab0e3e40b00ed5c2a34f5c23d04b596c1e9aa5f
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/vppinfra/crc32.h

index 5a47236..bbfc41c 100644 (file)
@@ -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>