diff options
-rw-r--r-- | ext/hermes/yuv2yuv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/hermes/yuv2yuv.c b/ext/hermes/yuv2yuv.c index 4499af83..4a7560d4 100644 --- a/ext/hermes/yuv2yuv.c +++ b/ext/hermes/yuv2yuv.c @@ -21,6 +21,7 @@ #include <math.h> #include <stdlib.h> +#include <string.h> #include <gst/gst.h> |