diff --git a/dfuse/source/dfuse/fuse.d b/dfuse/source/dfuse/fuse.d index 8048b03..72cf3d3 100644 --- a/dfuse/source/dfuse/fuse.d +++ b/dfuse/source/dfuse/fuse.d @@ -193,7 +193,7 @@ extern(System) threads from the runtime because after fuse_main finishes the pthreads are joined. We circumvent that problem by just exiting while our threads still run. */ - import std.c.process; + import core.stdc.stdlib : exit; exit(0); } } /* extern(C) */