Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChing-Hsin,Lee <chinglee@amazon.com>2024-01-10 08:38:18 +0300
committerPaul Bartell <paul.bartell@gmail.com>2024-01-11 21:53:54 +0300
commita7d39c3e3a1390c3e0cde3eda87a35edfa3181f6 (patch)
treef77a92e06df4f8d63039821f59fff18c94f33aaf
parent0fac0859af251a7bf33ebfc6c3f00f3fe0d7d6c5 (diff)
format and header file
-rw-r--r--portable/ThirdParty/GCC/Posix/port.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/portable/ThirdParty/GCC/Posix/port.c b/portable/ThirdParty/GCC/Posix/port.c
index 04f883119..43fff7f5d 100644
--- a/portable/ThirdParty/GCC/Posix/port.c
+++ b/portable/ThirdParty/GCC/Posix/port.c
@@ -60,6 +60,7 @@
#include <sys/time.h>
#include <sys/times.h>
#include <time.h>
+#include <unistd.h>
#ifdef __APPLE__
#include <mach/mach_vm.h>