Skip to content

Commit 40ff2a1

Browse files
wantehchangrbultje
authored andcommitted
Include <string.h> for memcpy()
1 parent edb1688 commit 40ff2a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/looprestoration_tmpl.c

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

3030
#include <stdint.h>
3131
#include <stdlib.h>
32+
#include <string.h>
3233

3334
#include "common/attributes.h"
3435
#include "common/bitdepth.h"

0 commit comments

Comments
 (0)