Merge pull request #2126 from lynxis/libmicrohttpd
[feed/packages.git] / utils / eudev / patches / 0001-mtd_probe-uses-stdint_h.patch
1 Index: eudev-3.1.5/src/mtd_probe/mtd_probe.h
2 ===================================================================
3 --- eudev-3.1.5.orig/src/mtd_probe/mtd_probe.h
4 +++ eudev-3.1.5/src/mtd_probe/mtd_probe.h
5 @@ -18,6 +18,7 @@
6 */
7
8 #include <mtd/mtd-user.h>
9 +#include <stdint.h>
10
11 #include "macro.h"
12