Skip to content

Commit

Permalink
Solve the macos compilation issue (FreeRTOS#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiao committed Jun 7, 2024
1 parent e3194f4 commit bcda6de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion portable/ThirdParty/GCC/Posix/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
#include <string.h>
#include <sys/time.h>
#include <sys/times.h>
#include <sys/prctl.h>
#ifndef __APPLE__
#include <sys/prctl.h>
#endif
#include <time.h>
#include <unistd.h>

Expand Down

0 comments on commit bcda6de

Please sign in to comment.