lib: fix missing includes in exported headers
[dpdk.git] / lib / librte_eal / common / include / arch / x86 / rte_atomic.h
index 8469f97..36cfabc 100644 (file)
@@ -11,6 +11,7 @@ extern "C" {
 
 #include <stdint.h>
 #include <rte_common.h>
+#include <rte_config.h>
 #include <emmintrin.h>
 #include "generic/rte_atomic.h"