My first micro-contribution to that excellent project :-)
From df13b8813a736f69ca972c65e546b652aa46e210 Mon Sep 17 00:00:00 2001
From: Jonas Pfenniger <[email protected]>
Date: Sun, 15 Nov 2009 12:33:28 +0100
Subject: [PATCH] io.serial.unix.linux: fix missing vocab

---
 extra/io/serial/unix/termios/linux/linux.factor |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extra/io/serial/unix/termios/linux/linux.factor b/extra/io/serial/unix/termios/linux/linux.factor
index 0982339..c48bf91 100644
--- a/extra/io/serial/unix/termios/linux/linux.factor
+++ b/extra/io/serial/unix/termios/linux/linux.factor
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien.syntax classes.struct kernel system unix ;
+USING: alien.c-types alien.syntax classes.struct kernel system unix ;
 IN: io.serial.unix.termios
 
 CONSTANT: NCCS 32
-- 
1.6.3.3

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to