timekeeper

[Abandoned unfinished] CGI web application in C for time tracking. (My first, just a learning project)
Log | Files | Refs | README

commit 2b46f2586f53f4c347e89bc5d40179cb3ad5f9e8
parent 66c34ea9297fbc2cb16500dc6571b25e6d677b65
Author: Jacob R. Edwards <jacob@jacobedwards.org>
Date:   Tue, 19 Mar 2024 19:47:33 -0700

Include assert where needed

Diffstat:
Mhtml.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/html.c b/html.c @@ -1,4 +1,5 @@ #include <sys/types.h> +#include <assert.h> #include <stdarg.h> #include <stdint.h> #include <time.h>