Skip to content

Commit

Permalink
Add missing include <string.h> for memmove()
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Oct 19, 2022
1 parent 16e2c1c commit cb46e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/util/vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>

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

0 comments on commit cb46e4a

Please sign in to comment.