aboutsummaryrefslogtreecommitdiff
path: root/src/connection/chroot/fork.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/chroot/fork.lisp')
-rw-r--r--src/connection/chroot/fork.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/connection/chroot/fork.lisp b/src/connection/chroot/fork.lisp
index 48b46d1..cc9c590 100644
--- a/src/connection/chroot/fork.lisp
+++ b/src/connection/chroot/fork.lisp
@@ -16,7 +16,8 @@
;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
(in-package :consfigurator.connection.chroot.fork)
-#+sbcl (require "sb-posix")
+#+sbcl (eval-when (:compile-toplevel :load-toplevel :execute)
+ (require "sb-posix"))
;; use only implementation-specific fork and waitpid calls to avoid thread
;; woes. chroot(2), however, should be okay.