]> gitweb.hhaalo.de Git - feierabend.git/commitdiff
change header import into time format module develop
authorBastian Dehn <hhaalo@arcor.de>
Tue, 24 Feb 2026 16:17:18 +0000 (17:17 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 24 Feb 2026 16:17:18 +0000 (17:17 +0100)
src/time_format.c
src/time_format.h

index ac78b43e93586fd9fcff7cf2d02941fe0f4050e0..d0c15d68d66f7f0aae72184fcf40684252e2d392 100644 (file)
@@ -1,6 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <stdbool.h>
 #include "time_format.h"
 
 #define ONE_HOUR 3600
index e6249bb16e5eb6c6406513d151ff43a0776ed0b7..0bc5fff6fcd293f7b63fb9ca3bc5b3d8e1c967bb 100644 (file)
@@ -1,6 +1,5 @@
 #ifndef TIME_FORMAT_H
 #define TIME_FORMAT_H
-#include <stdbool.h>
 #include <stdint.h>
 #include <time.h>