diff options
Diffstat (limited to 'system/parted/sysmacros.patch')
-rw-r--r-- | system/parted/sysmacros.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/parted/sysmacros.patch b/system/parted/sysmacros.patch new file mode 100644 index 000000000..b33767c66 --- /dev/null +++ b/system/parted/sysmacros.patch @@ -0,0 +1,10 @@ +--- parted-3.2/libparted/arch/linux.c ++++ parted-3.2/libparted/arch/linux.c +@@ -37,6 +37,7 @@ + #include <dirent.h> + #include <sys/ioctl.h> + #include <sys/stat.h> ++#include <sys/sysmacros.h> + #include <sys/types.h> + #include <sys/utsname.h> /* for uname() */ + #include <scsi/scsi.h> |