From: Robin H. Johnson Date: Wed, 3 Feb 2016 16:32:19 +0000 (-0800) Subject: libmtd: compile fix for linux header changes. X-Git-Tag: fio-2.7~30 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=d7bb6180f831091c468e5aa749b142efd5eddda4;hp=d7bb6180f831091c468e5aa749b142efd5eddda4 libmtd: compile fix for linux header changes. In the Linux kernel source, mtd/mtd-user.h had a change 'mtd: mtd-user: remove stdint.h include' (137d36af4a53858b8db7ca83c8480247118b8bdf) This causes the uint8_t/uint64_t types to be undefined in libmtd.h now, as they were implicitly coming from it before. Import stdint.h explicitly into libmtd.h to resolve this. X-URL: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=137d36af4a53858b8db7ca83c8480247118b8bdf Signed-off-by: Robin H. Johnson ---