Skip to content

Commit 71ef5cc

Browse files
committed
Add missing include for vector
Include stdlib.h for realloc().
1 parent 4ab4548 commit 71ef5cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/util/vector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#include <stdbool.h>
77
#include <stddef.h>
8+
#include <stdlib.h>
89

910
// Adapted from vlc_vector:
1011
// <https://code.videolan.org/videolan/vlc/-/blob/0857947abaed9c89810cd96353aaa1b7e6ba3b0d/include/vlc_vector.h>

0 commit comments

Comments
 (0)