<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/scaletest.c.orig	2012-06-08 19:49:30.000000000 +0800
+++ src/scaletest.c	2022-10-30 11:38:56.000000000 +0800
@@ -23,8 +23,8 @@
 #include &lt;gavl_version.h&gt;
 //#include "colorspace.h" // Common routines
 #include &lt;stdio.h&gt;
+#include &lt;string.h&gt;
 #include &lt;png.h&gt;
-
 #include &lt;accel.h&gt;
 
 gavl_pixelformat_t opt_pfmt = GAVL_PIXELFORMAT_NONE;

--- src/deinterlacetest.c.orig	2012-06-08 19:49:30.000000000 +0800
+++ src/deinterlacetest.c	2022-10-30 11:37:33.000000000 +0800
@@ -21,6 +21,7 @@
 #include &lt;stdlib.h&gt;
 #include &lt;gavl.h&gt;
 #include &lt;stdio.h&gt;
+#include &lt;string.h&gt;
 #include &lt;pngutil.h&gt;
 #include &lt;accel.h&gt;
 
--- src/convolvetest.c.orig	2012-06-08 19:49:30.000000000 +0800
+++ src/convolvetest.c	2022-10-30 11:36:34.000000000 +0800
@@ -22,6 +22,7 @@
 #include &lt;gavl.h&gt;
 //#include "colorspace.h" // Common routines
 #include &lt;stdio.h&gt;
+#include &lt;string.h&gt;
 #include &lt;pngutil.h&gt;
 #include &lt;accel.h&gt;
 
--- src/colorspace_test.c.orig	2012-06-08 19:49:30.000000000 +0800
+++ src/colorspace_test.c	2022-10-30 11:35:07.000000000 +0800
@@ -24,7 +24,7 @@
 #include &lt;png.h&gt;
 #include &lt;unistd.h&gt;
 #include &lt;stdlib.h&gt;
-
+#include &lt;string.h&gt;
 #include &lt;accel.h&gt;
 
 //#define ALL_PIXELFORMATS

--- src/blend_test.c.orig	2012-06-08 19:49:30.000000000 +0800
+++ src/blend_test.c	2022-10-30 11:35:39.000000000 +0800
@@ -24,7 +24,7 @@
 //#include "colorspace.h" // Common routines
 #include &lt;stdio.h&gt;
 #include &lt;png.h&gt;
-
+#include &lt;string.h&gt;
 #include &lt;accel.h&gt;
 
 #define IN_X 0

--- src/fill_test.c.orig	2012-06-08 19:49:30.000000000 +0800
+++ src/fill_test.c	2022-10-30 11:30:33.000000000 +0800
@@ -22,6 +22,7 @@
 #include &lt;gavl.h&gt;
 //#include "colorspace.h" // Common routines
 #include &lt;stdio.h&gt;
+#include &lt;string.h&gt;
 #include &lt;png.h&gt;
 
 static void

--- gavl/transform_context.c.orig	2012-06-08 19:49:47.000000000 +0800
+++ gavl/transform_context.c	2022-10-30 11:33:03.000000000 +0800
@@ -23,9 +23,9 @@
 #include &lt;video.h&gt;
 #include &lt;transform.h&gt;
 #include &lt;stdio.h&gt;
+#include &lt;string.h&gt;
 #include &lt;accel.h&gt;
 
-
 static gavl_transform_scanline_func get_func(gavl_transform_funcs_t * tab,
                                              gavl_pixelformat_t pixelformat,
                                              int * bits)
</pre></body></html>