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-no-senders.c | |
parent | eed9f23afca04f9b3e36633f7fbcaf10216217e7 (diff) | |
download | hurd-96f7d44c9b68a8abc7b3361225a7794ff27dcd62.tar.gz hurd-96f7d44c9b68a8abc7b3361225a7794ff27dcd62.tar.bz2 hurd-96f7d44c9b68a8abc7b3361225a7794ff27dcd62.zip |
Include "notify_S.h".
Diffstat (limited to 'libports/notify-no-senders.c')
-rw-r--r-- | libports/notify-no-senders.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libports/notify-no-senders.c b/libports/notify-no-senders.c index 6cc1098c..dc9b316e 100644 --- a/libports/notify-no-senders.c +++ b/libports/notify-no-senders.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_no_senders (mach_port_t port, mach_port_mscount_t count) |