diff options
Diffstat (limited to '')
-rw-r--r-- | lang/cl/gpg-error-package.lisp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/cl/gpg-error-package.lisp b/lang/cl/gpg-error-package.lisp index 0a39663..73adca0 100644 --- a/lang/cl/gpg-error-package.lisp +++ b/lang/cl/gpg-error-package.lisp @@ -58,5 +58,7 @@ :gpg-strsource :gpg-err-code-from-errno :gpg-err-code-to-errno + :gpg-err-code-from-syserror :gpg-err-make-from-errno - :gpg-error-from-errno)) + :gpg-error-from-errno + :gpg-error-from-syserror)) |