From 9a87abc574b3930c94a2d8ae3af3602c95f0b2e1 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 9 Jul 2012 16:24:01 -0400 Subject: [PATCH] Require event-relay --- os2-support.rkt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os2-support.rkt b/os2-support.rkt index 3393c4c..54e5068 100644 --- a/os2-support.rkt +++ b/os2-support.rkt @@ -2,9 +2,11 @@ ;; Reexport racket-matrix module contents. (require "../racket-matrix/os2.rkt") +(require "../racket-matrix/os2-event-relay.rkt") (require "../racket-matrix/os2-timer.rkt") (require "../racket-matrix/os2-tcp.rkt") (provide (all-from-out "../racket-matrix/os2.rkt")) +(provide (all-from-out "../racket-matrix/os2-event-relay.rkt")) (provide (all-from-out "../racket-matrix/os2-timer.rkt")) (provide (all-from-out "../racket-matrix/os2-tcp.rkt"))