diff options
-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) |