eal: fix build with icc and gcc < 4.4
[dpdk.git] / lib / librte_eal / common / include / arch / x86 / rte_memcpy.h
index ac72069..82ea7c3 100644 (file)
@@ -43,7 +43,7 @@
 #include <stdio.h>
 #include <stdint.h>
 #include <string.h>
-#include <x86intrin.h>
+#include <rte_common_vect.h>
 
 #ifdef __cplusplus
 extern "C" {