net: promote make rarp packet function to stable
[dpdk.git] / lib / stack / rte_stack.c
index 10d3b2e..5e56cd9 100644 (file)
@@ -3,6 +3,7 @@
  */
 
 #include <string.h>
+#include <sys/queue.h>
 
 #include <rte_string_fns.h>
 #include <rte_atomic.h>
@@ -194,4 +195,4 @@ rte_stack_lookup(const char *name)
        return r;
 }
 
-RTE_LOG_REGISTER(stack_logtype, lib.stack, NOTICE);
+RTE_LOG_REGISTER_DEFAULT(stack_logtype, NOTICE);