vector: add missing stddef.h include

Include stddef.h to define size_t, as it is used later in the header.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
This commit is contained in:
Alexandre Janniaux 2018-12-09 15:50:30 +01:00 committed by Rémi Denis-Courmont
parent 9eb382ea8c
commit 70be0ee48d
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#define VLC_VECTOR_H
#include <stdbool.h>
#include <stddef.h>
/**
* \defgroup vector Vector