You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-arch/dpkg/files/dpkg-1.18.9-strerror.patch

12 lines
231 B

--- a/lib/dpkg/path-remove.c
+++ b/lib/dpkg/path-remove.c
@@ -28,6 +28,8 @@
#include <errno.h>
#include <unistd.h>
+#include <string.h> /* strerror() */
+
#include <dpkg/i18n.h>
#include <dpkg/dpkg.h>
#include <dpkg/path.h>