mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
tools/gencromfs.c: Need to include stdint.h.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user