From 10c066d9b37dcaf780b65ceb07bd35ac0fc9e86f Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Tue, 8 Jul 2014 00:36:57 +0100 Subject: [PATCH] acl: fix header include for intrinsics Clang compile fails without nmmintrin.h being explicitly included. Signed-off-by: Bruce Richardson Tested-by: Zhaochen Zhan Acked-by: Thomas Monjalon --- lib/librte_acl/acl_bld.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_acl/acl_bld.c b/lib/librte_acl/acl_bld.c index fe7b82430e..873447b874 100644 --- a/lib/librte_acl/acl_bld.c +++ b/lib/librte_acl/acl_bld.c @@ -31,6 +31,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include #include #include "tb_mem.h" #include "acl.h" -- 2.20.1