From ec14f2955222932bb68704cc4590ba1dbd165cd9 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Thu, 30 Dec 2021 18:31:53 +0100 Subject: Allow passing arguments to program, refactor directory structure --- api/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/util.c') diff --git a/api/util.c b/api/util.c index c3e8a38..e6f0650 100644 --- a/api/util.c +++ b/api/util.c @@ -1,4 +1,4 @@ -#include "../src/err.h" +#include "common/err.h" #include "util.h" #include "bool.h" -- cgit v1.2.3