diff options
Diffstat (limited to 'main/partimage/partimage-0.6.9-common.patch')
-rw-r--r-- | main/partimage/partimage-0.6.9-common.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/partimage/partimage-0.6.9-common.patch b/main/partimage/partimage-0.6.9-common.patch new file mode 100644 index 0000000000..98d3df8932 --- /dev/null +++ b/main/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> + |