firmware-utils: fix various compiler warnings

mostly implicit defines due to missing includes plus one const that
shouldn't be one.

Signed-off-by: Felix Kaechele <felix@kaechele.ca>

SVN-Revision: 47865
This commit is contained in:
John Crispin
2015-12-11 15:09:30 +00:00
parent 0231d41352
commit 244173a093
7 changed files with 8 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ main(int argc, char *argv[])
const char *infile, *outfile;
FILE *in, *out;
static const uint8_t buf[4096];
static uint8_t buf[4096];
size_t elems;
uint8_t properties;