mtd: fix building with glibc
authorJosua Mayer <josua.mayer97@gmail.com>
Wed, 17 Aug 2016 08:27:12 +0000 (10:27 +0200)
committerJohn Crispin <john@phrozen.org>
Thu, 18 Aug 2016 07:49:18 +0000 (09:49 +0200)
commit1e71fca7777eeee39a941bdc05535b3e93eb01e9
treeb0fba7f341ac6dd028caf97bc2781044f4a39c59
parentc8580f51ba8c9eef787bef7b3e259860858c0f62
mtd: fix building with glibc

src/linksys_bootcount.c misses to include stdint.h.
Apparently musl doesn't mind and includes this header by default,
but glibc does not and causes the build to fail.

Signed-off-by: Josua Mayer <josua.mayer97@gmail.com>
package/system/mtd/src/linksys_bootcount.c