Add missing include for vector
Include stdlib.h for realloc().
This commit is contained in:
parent
4ab4548769
commit
71ef5cc0a9
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
// Adapted from vlc_vector:
|
||||
// <https://code.videolan.org/videolan/vlc/-/blob/0857947abaed9c89810cd96353aaa1b7e6ba3b0d/include/vlc_vector.h>
|
||||
|
|
Loading…
Reference in a new issue