From bbff91e0ed3db510493b198dd5508917f3a07bb8 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 22 Jan 2010 14:45:15 -0600 Subject: [PATCH] Fix load error --- basis/unix/ffi/bsd/netbsd/structs/structs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/unix/ffi/bsd/netbsd/structs/structs.factor b/basis/unix/ffi/bsd/netbsd/structs/structs.factor index 1882fa830b..40cc9076ae 100644 --- a/basis/unix/ffi/bsd/netbsd/structs/structs.factor +++ b/basis/unix/ffi/bsd/netbsd/structs/structs.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2008 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: alien.c-types alien.syntax unix.time unix.types -unix.types.netbsd classes.struct ; +unix.types.netbsd classes.struct unix.ffi ; IN: unix STRUCT: sockaddr_storage