lib: fix missing includes in exported headers
[dpdk.git] / lib / librte_eal / common / include / arch / x86 / rte_memcpy.h
index c166fb0..cc140ec 100644 (file)
@@ -16,6 +16,7 @@
 #include <string.h>
 #include <rte_vect.h>
 #include <rte_common.h>
+#include <rte_config.h>
 
 #ifdef __cplusplus
 extern "C" {