chore: some reorganising

This commit is contained in:
Jef Roosens 2023-01-22 12:35:55 +01:00
parent 13a63d548c
commit d11d074960
4 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,8 @@
#include "vieter_cron.h"
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
// This prefix is needed to properly compile
const uint8_t parse_month_days[] = {31, 28, 31, 30, 31, 30,