diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-22 14:22:21 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-22 14:22:21 +0000 |
commit | 1b1574282e839972f82ea2c866218a2b18cea829 (patch) | |
tree | 239f9ef64513a125ca3514399b9ab4cd16c2eb05 | |
parent | b20ec66850b4730e1d6efec216a0b3789f8659a8 (diff) |
Formerly exec.c.~77~
-rw-r--r-- | exec/exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exec/exec.c b/exec/exec.c index 819e8171..596b6491 100644 --- a/exec/exec.c +++ b/exec/exec.c @@ -38,9 +38,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <hurd/shared.h> #include <hurd/fsys.h> #include <hurd/exec.h> -#include "exec_server.h" +#include "exec_S.h" #include "fsys_S.h" - +#include "notify_S.h" /* Default: BFD or a.out? */ #if !defined (BFD) && !defined (AOUT) |