diff --git a/utils/eudev/patches/0001-mtd_probe-uses-stdint_h.patch b/utils/eudev/patches/0001-mtd_probe-uses-stdint_h.patch new file mode 100644 index 000000000..2ae5634f5 --- /dev/null +++ b/utils/eudev/patches/0001-mtd_probe-uses-stdint_h.patch @@ -0,0 +1,12 @@ +Index: eudev-3.1.5/src/mtd_probe/mtd_probe.h +=================================================================== +--- eudev-3.1.5.orig/src/mtd_probe/mtd_probe.h ++++ eudev-3.1.5/src/mtd_probe/mtd_probe.h +@@ -18,6 +18,7 @@ + */ + + #include ++#include + + #include "macro.h" +