]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/audio/wav/wav.factor
move some allocation words that don't really have much to do with c types out of...
[factor.git] / extra / audio / wav / wav.factor
index 6b76e98f3adcbe58715008e509091f118b28591e..4df8b524243240b2a321f0e7003fcd9d2fad6f24 100644 (file)
@@ -1,7 +1,7 @@
 USING: alien.c-types alien.syntax audio combinators
 combinators.short-circuit io io.binary io.encodings.binary
 io.files io.streams.byte-array kernel locals math
-sequences ;
+sequences alien.data ;
 IN: audio.wav
 
 CONSTANT: RIFF-MAGIC "RIFF"