diff --git a/test/clj/coffi/ffi_test.clj b/test/clj/coffi/ffi_test.clj index 52be210..77bfe6b 100644 --- a/test/clj/coffi/ffi_test.clj +++ b/test/clj/coffi/ffi_test.clj @@ -3,7 +3,8 @@ [clojure.test :as t] [coffi.ffi :as ffi] [coffi.layout :as layout] - [coffi.mem :as mem])) + [coffi.mem :as mem] + [clojure.pprint])) (ffi/load-library "target/ffi_test.so")