tools/gencromfs.c: Need to include stdint.h.
This commit is contained in:
parent
b0178e9519
commit
3f5a3d0962
@ -235,13 +235,25 @@ clean:
|
||||
$(call DELFILE, cnvwindeps.exe)
|
||||
$(call DELFILE, mkconfig)
|
||||
$(call DELFILE, mkconfig.exe)
|
||||
$(call DELFILE, cmpconfig)
|
||||
$(call DELFILE, cmpconfig.exe)
|
||||
$(call DELFILE, configure)
|
||||
$(call DELFILE, configure.exe)
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, mksyscall)
|
||||
$(call DELFILE, mksyscall.exe)
|
||||
$(call DELFILE, mkversion)
|
||||
$(call DELFILE, mkversion.exe)
|
||||
$(call DELFILE, nxstyle)
|
||||
$(call DELFILE, nxstyle.exe)
|
||||
$(call DELFILE, initialconfig)
|
||||
$(call DELFILE, initialconfig.exe)
|
||||
$(call DELFILE, logparser)
|
||||
$(call DELFILE, logparser.exe)
|
||||
$(call DELFILE, bdf-converter)
|
||||
$(call DELFILE, bdf-converter.exe)
|
||||
$(call DELFILE, gencromfs)
|
||||
$(call DELFILE, gencromfs.exe)
|
||||
ifneq ($(CONFIG_WINDOWS_NATIVE),y)
|
||||
$(Q) rm -rf *.dSYM
|
||||
endif
|
||||
|
@ -47,6 +47,7 @@
|
||||
|
||||
#define _GNU_SOURCE 1
|
||||
#include <sys/stat.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user