blob: 6a3fb80001cfad03d36f7ae08c0702b3530dafaf (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/fill_test.c
+++ b/src/fill_test.c
@@ -19,6 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* *****************************************************************/
#include <stdlib.h>
+#include <string.h>
#include <gavl.h>
//#include "colorspace.h" // Common routines
#include <stdio.h>
|