From d42853496fc976ef3d067af421a1a3811660033d Mon Sep 17 00:00:00 2001 From: kartofen Date: Sun, 30 Apr 2023 13:21:44 +0300 Subject: i am getting tired of the makefile --- src/daemon/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/daemon/main.c') diff --git a/src/daemon/main.c b/src/daemon/main.c index 1e562d6..876c004 100644 --- a/src/daemon/main.c +++ b/src/daemon/main.c @@ -1,6 +1,8 @@ #include +#include "test-util.h" int main(void) { + hello(); return 0; } -- cgit v1.2.3