Skip to content

Commit da09ee1

Browse files
maass-hamburgkartben
authored andcommitted
logging: fix storage size of 'tspec' isn't known
fix storage size of 'tspec' isn't known struct timespec wasn't defined anymore. Signed-off-by: Fin Maaß <[email protected]>
1 parent 9f46048 commit da09ee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/logging/log_core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6+
#include <time.h>
67
#include <zephyr/logging/log.h>
78
#include <zephyr/logging/log_backend.h>
89
#include <zephyr/logging/log_ctrl.h>

0 commit comments

Comments
 (0)