tools.deploy.shaker: fix snafu

db4
Slava Pestov 2009-09-02 04:30:29 -05:00
parent 1106fb10f1
commit e3f5452502
1 changed files with 1 additions and 1 deletions

View File

@ -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 )