forked from len0rd/rockbox
sendfirm: fix some minor issues
This patches some compile warnings and also makes it work correctly with modern mingw64. Change-Id: I8cd292bc989ae04bbaa1d7149d58d6d833a51c0a
This commit is contained in:
parent
d01f3192f2
commit
ab0f23c4b1
2 changed files with 3 additions and 2 deletions
|
@ -26,6 +26,7 @@
|
|||
#define _LARGEFILE_SOURCE
|
||||
#define _LARGEFILE64_SOURCE
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <libgen.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue