Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/intel/kms_pm_backlight: add include for POSIX basename
@ 2024-07-07 10:54 Yureka
  2024-07-08 11:12 ` ✓ CI.xeBAT: success for " Patchwork
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Yureka @ 2024-07-07 10:54 UTC (permalink / raw)
  To: Development mailing list for IGT GPU Tools; +Cc: Yureka

fixes build on musl
---
 tests/intel/kms_pm_backlight.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/intel/kms_pm_backlight.c b/tests/intel/kms_pm_backlight.c
index 8672afa7a..c4006b8be 100644
--- a/tests/intel/kms_pm_backlight.c
+++ b/tests/intel/kms_pm_backlight.c
@@ -44,6 +44,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <time.h>
+#include <libgen.h> /* for POSIX basename */
 #include "igt_device.h"
 #include "igt_device_scan.h"
 
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-08-06 16:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-07 10:54 [PATCH] tests/intel/kms_pm_backlight: add include for POSIX basename Yureka
2024-07-08 11:12 ` ✓ CI.xeBAT: success for " Patchwork
2024-07-08 11:25 ` ✓ Fi.CI.BAT: " Patchwork
2024-07-08 13:17 ` ✗ CI.xeFULL: failure " Patchwork
2024-07-08 14:40 ` ✓ Fi.CI.IGT: success " Patchwork
2024-07-09 12:12 ` [PATCH] " Kamil Konieczny
2024-08-06 16:25 ` Kamil Konieczny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox