ports/graphics/piglit/patches/patch-tests_util_piglit-util_h

16 lines
306 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
attempt to fix error of
"cannot initialize variable of type 'char *'
with an rvalue type const char *
Index: tests/util/piglit-util.h
--- tests/util/piglit-util.h.orig
+++ tests/util/piglit-util.h
@@ -30,6 +30,7 @@ extern "C" {
#endif
#include "config.h"
+#include <string.h>
#if defined(_WIN32)