fix: Fix compile warnings on qemu-vexpress-a9 platform (-Wimplicit-function-declaration)

This commit is contained in:
recan-li
2021-12-04 01:03:26 +08:00
parent 4ab6f47517
commit cf92ae747f
3 changed files with 8 additions and 6 deletions
+1
View File
@@ -16,6 +16,7 @@
#include <dfs_posix.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/ioctl.h>
typedef long suseconds_t; /* microseconds (signed) */
typedef uint32_t id_t; /* may contain pid, uid or gid */