eal: make lcore config private
[dpdk.git] / lib / librte_eal / common / rte_service.c
index beb9691..79235c0 100644 (file)
@@ -21,6 +21,8 @@
 #include <rte_memory.h>
 #include <rte_malloc.h>
 
+#include "eal_private.h"
+
 #define RTE_SERVICE_NUM_MAX 64
 
 #define SERVICE_F_REGISTERED    (1 << 0)