diff options
Diffstat (limited to 'source/tanya/async/watcher.d')
| -rw-r--r-- | source/tanya/async/watcher.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tanya/async/watcher.d b/source/tanya/async/watcher.d index 8656c94..1159779 100644 --- a/source/tanya/async/watcher.d +++ b/source/tanya/async/watcher.d @@ -20,7 +20,7 @@ import tanya.async.transport; import tanya.container.buffer; import tanya.container.list; import tanya.memory.allocator; -import tanya.network.socket; +import tanya.net.socket; /** * A watcher is an opaque structure that you allocate and register to record |
