eal: make OS shims internal
[dpdk.git] / lib / librte_kvargs / rte_kvargs.c
index 4cce8e9..38e9d5c 100644 (file)
@@ -7,6 +7,7 @@
 #include <stdlib.h>
 #include <stdbool.h>
 
+#include <rte_os_shim.h>
 #include <rte_string_fns.h>
 
 #include "rte_kvargs.h"