version: fix include
When including rte_version.h without string.h, there is a compilation error: include/rte_version.h: error: implicit declaration of function ‘strlen’ Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
parent
8d59064fb3
commit
f7ff1d7476
@ -44,6 +44,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <rte_common.h>
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user