]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/rte_service.c
eal: make lcore config private
[dpdk.git] / lib / librte_eal / common / rte_service.c
index beb9691b23d923847bd7e926341dd004cfd9e1e2..79235c03f8a9aacb438df8afed12708a6a8eeb25 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)