timekeeper

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

commit dca46adbebe64c6f9fa7278f5829db6ef6b29781
parent 298a5211d5da0069c256e1025da13b73c16b45ee
Author: Jacob R. Edwards <jacob@jacobedwards.org>
Date:   Sat, 23 Mar 2024 21:36:00 -0700

Fix DataDir not being defined

Whoops.

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

diff --git a/timekeeper.c b/timekeeper.c @@ -25,6 +25,7 @@ #include "pages/pages.h" #include "util.h" +#include "config.h" #define Promises "stdio rpath wpath cpath proc recvfd unix sendfd"