summaryrefslogtreecommitdiff
path: root/archivers/rpm4/files/patch-tools_rpmuncompress.c
blob: 301b52c24956d4ca70fe4d6526b592696cf36534 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- tools/rpmuncompress.c.orig	2023-12-19 16:39:32 UTC
+++ tools/rpmuncompress.c
@@ -1,8 +1,10 @@
 #include "system.h"
 
+#include <sys/wait.h>
 #include <popt.h>
 #include <libgen.h>
 #include <errno.h>
+#include <libgen.h>
 #include <stdio.h>
 #include <string.h>