diff --git a/src/ufs.c b/src/ufs.c index de9b962..b5173cd 100644 --- a/src/ufs.c +++ b/src/ufs.c @@ -50,6 +50,8 @@ #include "commondefs.h" #include "dskdefs.h" +extern int *Lisp_errno; +extern int Dummy_errno; int *Lisp_errno; int Dummy_errno; /* If errno cell is not provided by Lisp, dummy_errno is used. */