eal: fix uuid header dependencies

Add the dependent header files explicitly, so that the user just needs
to include the 'rte_uuid.h' header file directly to avoid compile error:
 (1). rte_uuid.h:97:55: error: unknown type name ‘size_t’
 (2). rte_uuid.h:58:2: error: implicit declaration of function ‘memcpy’

Fixes: 6bc67c497a ("eal: add uuid API")
Cc: stable@dpdk.org

Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
Acked-by: David Marchand <david.marchand@redhat.com>
This commit is contained in:
Haiyue Wang 2020-07-03 22:57:17 +08:00 committed by David Marchand
parent 2cc263c3ff
commit edca6d883e

View File

@ -15,6 +15,8 @@ extern "C" {
#endif
#include <stdbool.h>
#include <stddef.h>
#include <string.h>
/**
* Struct describing a Universal Unique Identifier