mirror of
https://github.com/MorizzG/portage-conf.git
synced 2025-12-06 01:12:42 +00:00
patch to add stdlib.h include to ext4.c in xar
This commit is contained in:
parent
9ce8790457
commit
750af31689
1 changed files with 12 additions and 0 deletions
12
patches/app-arch/xar-1.8.0.0.487.100.1/includes.patch
Normal file
12
patches/app-arch/xar-1.8.0.0.487.100.1/includes.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff --git a/lib/ext2.c b/lib/ext2.c
|
||||
index 2380846..be3921c 100644
|
||||
--- a/lib/ext2.c
|
||||
+++ b/lib/ext2.c
|
||||
@@ -40,6 +40,7 @@
|
||||
#ifndef HAVE_ASPRINTF
|
||||
#include "asprintf.h"
|
||||
#endif
|
||||
+#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include "xar.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue