void-packages/srcpkgs/parted/patches/fix-includes.patch

11 lines
230 B
Diff
Raw Normal View History

2015-05-10 05:21:20 +00:00
--- libparted/fs/xfs/platform_defs.h
+++ libparted/fs/xfs/platform_defs.h
@@ -35,6 +35,7 @@
#define __XFS_PLATFORM_DEFS_H__
#include <stdio.h>
+#include <fcntl.h>
#include <stdarg.h>
#include <assert.h>
#include <endian.h>