View | Details | Raw Unified | Return to bug 268341
Collapse All | Expand All

(-)b/archivers/rpm4/files/patch-tools_rpmuncompress.c (-1 / +4 lines)
Lines 1-9 Link Here
1
--- tools/rpmuncompress.c.orig	2022-08-30 11:42:23 UTC
1
--- tools/rpmuncompress.c.orig	2022-08-30 11:42:23 UTC
2
+++ tools/rpmuncompress.c
2
+++ tools/rpmuncompress.c
3
@@ -1,5 +1,6 @@
3
@@ -1,7 +1,9 @@
4
 #include "system.h"
4
 #include "system.h"
5
 
5
 
6
+#include <sys/wait.h>
6
+#include <sys/wait.h>
7
 #include <popt.h>
7
 #include <popt.h>
8
 #include <errno.h>
8
 #include <errno.h>
9
+#include <libgen.h>
9
 #include <stdio.h>
10
 #include <stdio.h>
11
 #include <string.h>
12
 

Return to bug 268341