Skip to content

Commit

Permalink
zephyr: remove posix prefix on standard time.h header
Browse files Browse the repository at this point in the history
Instead of using `#include <posix/time.h>`, just use `#include <time.h>`.

Required-by zephyrproject-rtos/zephyr#43998

Signed-off-by: Christopher Friedt <[email protected]>
  • Loading branch information
cfriedt committed Mar 20, 2022
1 parent 2a5891d commit 5a98fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplelink/source/ti/drivers/net/wifi/porting/cc_pal.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extern "C" {
#include <ti/drivers/dpl/ClockP.h>
#if defined(SL_PLATFORM_MULTI_THREADED)
/* Use Zephyr posix headers */
#include <posix/time.h>
#include <time.h>
#include <posix/pthread.h>
#include <posix/semaphore.h>
#include <posix/unistd.h>
Expand Down

0 comments on commit 5a98fbc

Please sign in to comment.