mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
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>
This commit is contained in:
parent
c8580f51ba
commit
1e71fca777
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
#include <endian.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <mtd/mtd-user.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue