-
With #94612 and #95226 merged, what should we do to migrage to new It seems replacing
diff --git a/samples/hello_world/src/main.c b/samples/hello_world/src/main.c
index c550ab461cb..37b24a33453 100644
--- a/samples/hello_world/src/main.c
+++ b/samples/hello_world/src/main.c
@@ -5,6 +5,7 @@
*/
#include <stdio.h>
+#include <zephyr/posix/posix_time.h>
int main(void)
{
With diff --git a/samples/hello_world/src/main.c b/samples/hello_world/src/main.c
index c550ab461cb..8e911634402 100644
--- a/samples/hello_world/src/main.c
+++ b/samples/hello_world/src/main.c
@@ -5,6 +5,7 @@
*/
#include <stdio.h>
+#include <zephyr/posix/time.h>
int main(void)
{ #94612 is a breaking change but I don't see migration document is updated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
cc: @cfriedt |
Beta Was this translation helpful? Give feedback.
-
Use |
Beta Was this translation helpful? Give feedback.
Use
#include <time.h>