diff --git a/basis/tools/deploy/shaker/strip-struct-arrays.factor b/basis/tools/deploy/shaker/strip-struct-arrays.factor index 55b6630082..b83adc401a 100644 --- a/basis/tools/deploy/shaker/strip-struct-arrays.factor +++ b/basis/tools/deploy/shaker/strip-struct-arrays.factor @@ -1,4 +1,4 @@ -USING: kernel stack-checker.transforms ; +USING: kernel stack-checker.transforms struct-arrays.private ; IN: struct-arrays : struct-element-constructor ( c-type -- word )