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/ref.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/ref.c') diff --git a/api/ref.c b/api/ref.c index 43eb68e..517869e 100644 --- a/api/ref.c +++ b/api/ref.c @@ -1,4 +1,4 @@ -#include "../src/util.h" +#include "common/str.h" #include "ref.h" UwUVMValue uwuref_create(UwUVMFunction *value) -- cgit v1.2.3