ports/graphics/piglit/patches/patch-tests_util_piglit-framework-gl_c

14 lines
337 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
include libgen.h for basename(3)
Index: tests/util/piglit-framework-gl.c
--- tests/util/piglit-framework-gl.c.orig
+++ tests/util/piglit-framework-gl.c
@@ -27,6 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
+#include <libgen.h>
#include "piglit-util-gl.h"
#include "piglit-framework-gl/piglit_gl_framework.h"