diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 15:30:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 15:30:25 +0000 |
commit | 96f7d44c9b68a8abc7b3361225a7794ff27dcd62 (patch) | |
tree | 2e6c420cd315e59374028b6653a20f580116fd82 /libports/notify-port-deleted.c | |
parent | eed9f23afca04f9b3e36633f7fbcaf10216217e7 (diff) |
Include "notify_S.h".
Diffstat (limited to 'libports/notify-port-deleted.c')
-rw-r--r-- | libports/notify-port-deleted.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libports/notify-port-deleted.c b/libports/notify-port-deleted.c index 83891968..85012af5 100644 --- a/libports/notify-port-deleted.c +++ b/libports/notify-port-deleted.c @@ -19,6 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "ports.h" +#include "notify_S.h" error_t ports_do_mach_notify_port_deleted (mach_port_t notify, mach_port_t name) |