diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 13:25:51 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 13:25:51 +0000 |
commit | caff2198ecfb66372a69c0cd30dfe39eb64f690b (patch) | |
tree | 7947db7e428cf9c0163f85360bb483ed52e1d08d | |
parent | 809feee0664c60b12653d2510778ed07461219fc (diff) |
<hurd/startup_notify.h> -> "startup_notify_U.h".
-rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index 5e1aa9cb..ae44c3ec 100644 --- a/init/init.c +++ b/init/init.c @@ -39,8 +39,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/wait.h> #include <hurd/msg_server.h> #include <wire.h> -#include <hurd/startup_notify.h> +#include "startup_notify_U.h" #include "startup_reply_U.h" #include "startup_S.h" #include "notify_S.h" |