diff src/libmlk-core/core/texture.c @ 362:12367bfc2df6

misc: even more warnings cleaned
author David Demelier <markand@malikania.fr>
date Fri, 22 Oct 2021 14:40:03 +0200
parents 8f9937403749
children 460c78706989
line wrap: on
line diff
--- a/src/libmlk-core/core/texture.c	Fri Oct 22 14:26:41 2021 +0200
+++ b/src/libmlk-core/core/texture.c	Fri Oct 22 14:40:03 2021 +0200
@@ -17,6 +17,7 @@
  */
 
 #include <assert.h>
+#include <string.h>
 
 #include "color.h"
 #include "error.h"