Skip to content

Commit e8704a7

Browse files
committed
fixup! posix: switch to using posix_time.h and posix_signal.h
1 parent ae5cbf8 commit e8704a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/net/ocpp/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
*/
66

77
#include <stdio.h>
8+
#include <time.h>
89

910
#include <zephyr/net/net_if.h>
1011
#include <zephyr/net/net_core.h>
1112
#include <zephyr/net/net_context.h>
1213
#include <zephyr/net/net_mgmt.h>
1314
#include <zephyr/net/sntp.h>
1415
#include <zephyr/net/ocpp.h>
15-
#include <zephyr/posix/time.h>
1616
#include <zephyr/random/random.h>
1717
#include <zephyr/zbus/zbus.h>
1818

0 commit comments

Comments
 (0)