diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-22 16:01:46 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-22 16:01:46 +0000 |
commit | 04a7e74305a3f492bf137d1154ecaf53fc4b8654 (patch) | |
tree | 3e980fe3b54df78c317e42cae3bc6ca732f58ff0 | |
parent | 682de1ca16f337d21fc7060a816a1e0938708000 (diff) |
Include <errno.h>.
-rw-r--r-- | libpager/notify-stubs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpager/notify-stubs.c b/libpager/notify-stubs.c index b9266f28..728163e4 100644 --- a/libpager/notify-stubs.c +++ b/libpager/notify-stubs.c @@ -19,6 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include "notify_S.h" +#include <errno.h> error_t _pager_do_seqnos_mach_notify_port_deleted (mach_port_t notify |