X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Fpatches%2Fudev-208-fix_uint8_t.patch;fp=src%2Fpatches%2Fudev-208-fix_uint8_t.patch;h=06aee3bac6ab0ac86e7691a05a7fe6e84ba2d98a;hp=0000000000000000000000000000000000000000;hb=e027e094cb371f7d658bef1eb1c918c384801e89;hpb=5adde58cd57ba3bfc79e16d72f1894601db16b1e diff --git a/src/patches/udev-208-fix_uint8_t.patch b/src/patches/udev-208-fix_uint8_t.patch new file mode 100644 index 0000000000..06aee3bac6 --- /dev/null +++ b/src/patches/udev-208-fix_uint8_t.patch @@ -0,0 +1,11 @@ +diff -Naur systemd-208.org/src/udev/mtd_probe/mtd_probe.h systemd-208/src/udev/mtd_probe/mtd_probe.h +--- systemd-208.org/src/udev/mtd_probe/mtd_probe.h 2013-08-13 22:02:47.000000000 +0200 ++++ systemd-208/src/udev/mtd_probe/mtd_probe.h 2017-02-07 18:08:33.492985563 +0100 +@@ -18,6 +18,7 @@ + */ + + #include ++#include + + /* Full oob structure as written on the flash */ + struct sm_oob {