aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/world/file/watch.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/world/file/watch.lux')
-rw-r--r--stdlib/source/lux/world/file/watch.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/world/file/watch.lux b/stdlib/source/lux/world/file/watch.lux
index b3951068c..4695c1e00 100644
--- a/stdlib/source/lux/world/file/watch.lux
+++ b/stdlib/source/lux/world/file/watch.lux
@@ -1,7 +1,7 @@
(.module:
[lux #*
["@" target]
- ["." host (#+ import:)]
+ ["." ffi (#+ import:)]
[abstract
[predicate (#+ Predicate)]
["." monad (#+ do)]]