diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs index e2de62c838..1b3cf59b66 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,6 +2,8 @@ //! The core components of the talpidaemon VPN client. +extern crate clonablechild; + /// Working with processes. pub mod process; |
