aboutsummaryrefslogtreecommitdiff
path: root/api/ref.c
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 18:31:53 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 18:31:53 +0100
commitec14f2955222932bb68704cc4590ba1dbd165cd9 (patch)
tree7bc4e580170231af32305f65875bd3cb2d9d541c /api/ref.c
parent4c52777ca9e52edd0bff76168d886de9757ea457 (diff)
downloaduwu-lang-ec14f2955222932bb68704cc4590ba1dbd165cd9.tar.xz
Allow passing arguments to program, refactor directory structure
Diffstat (limited to 'api/ref.c')
-rw-r--r--api/ref.c2
1 files changed, 1 insertions, 1 deletions
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)