From 0d1e125832d0fd8ca31c5f782e7c3db774ae5a02 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 14 Aug 2022 11:16:03 +0200 Subject: woa --- src/env.cff | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/env.cff') diff --git a/src/env.cff b/src/env.cff index 8878238..d1eab07 100644 --- a/src/env.cff +++ b/src/env.cff @@ -1,5 +1,6 @@ +import "cffc.hff"; import "map.hff"; -import "all.hff"; +import "util.hff"; struct StringKeyTraits { fn hash(s *const u8) u32 { return fnv1a_s(FNV1A_INI, s); } -- cgit v1.2.3