From f0f00f4c7ed82e1649d5e0e3d480ae56487516b8 Mon Sep 17 00:00:00 2001 From: Avril Date: Mon, 11 May 2020 17:50:57 +0100 Subject: [PATCH] 2 --- ffi.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/ffi.lisp b/ffi.lisp index 35d5a2f..7f56fc9 100644 --- a/ffi.lisp +++ b/ffi.lisp @@ -1,6 +1,7 @@ ;; Foreign functions (in-package :cl-sipc) +(use-package :cl-sipc-mem) (defctype si-type :int) (defconstant +si-string+ 0)