~alpine/devel

Fixing partimage headers v1 PROPOSED

k0r10n: 1
 Fixing partimage headers

 1 files changed, 10 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/834/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] Fixing partimage headers Export this patch

---
 aports/testing/partimage/partimage-0.6.9-common.patch | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 aports/testing/partimage/partimage-0.6.9-common.patch
diff --git a/aports/testing/partimage/partimage-0.6.9-common.patch b/aports/testing/partimage/partimage-0.6.9-common.patch
new file mode 100644
index 0000000..98d3df8
--- /dev/null
+++ b/aports/testing/partimage/partimage-0.6.9-common.patch
@@ -0,0 +1,10 @@
--- a/src/shared/common.h
+++ b/src/shared/common.h
@@ -21,6 +21,7 @@
 
 #include <stdarg.h>
 #include <pthread.h>
+#include <sys/types.h>
 
 #include <sys/param.h>
 
-- 
2.0.0



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---