diff options
Diffstat (limited to 'tools/util-linux/patches/100-fix_include_order.patch')
-rw-r--r-- | tools/util-linux/patches/100-fix_include_order.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/util-linux/patches/100-fix_include_order.patch b/tools/util-linux/patches/100-fix_include_order.patch new file mode 100644 index 0000000000..c7e4311fc1 --- /dev/null +++ b/tools/util-linux/patches/100-fix_include_order.patch @@ -0,0 +1,12 @@ +--- a/libuuid/src/gen_uuid.c ++++ b/libuuid/src/gen_uuid.c +@@ -86,8 +86,8 @@ + + #include <signal.h> + +-#include "all-io.h" + #include "uuidP.h" ++#include "all-io.h" + #include "uuidd.h" + #include "randutils.h" + #include "strutils.h" |