]> gitweb.factorcode.org Git - factor.git/commitdiff
webbrowser.windows: USING
authorJoe Groff <arcata@gmail.com>
Thu, 17 Nov 2011 04:33:36 +0000 (20:33 -0800)
committerJoe Groff <arcata@gmail.com>
Thu, 17 Nov 2011 04:33:36 +0000 (20:33 -0800)
extra/webbrowser/windows/windows.factor

index e7d994c5d10001e9c390d8fbe9d56ff2ebf1b2a9..1f7448b5aadb8dd07551857fa580130acab23dce 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2011 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: system webbrowser windows.shell32 windows.user32 ;
+USING: system kernel webbrowser windows.shell32 windows.user32 ;
 
 IN: webbrowser.windows