diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-12-05 22:18:21 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-12-05 22:18:21 +0000 |
commit | ec025e6bd596ab51cd0e3e4c5f9f949be84b275f (patch) | |
tree | d69a7bd739f79c8e770997fceb50af2bf59d7c8e /exec/hostarch.c | |
parent | 8e6ecac997e71b99ca79f2097f325018394d5470 (diff) | |
download | hurd-ec025e6bd596ab51cd0e3e4c5f9f949be84b275f.tar.gz hurd-ec025e6bd596ab51cd0e3e4c5f9f949be84b275f.tar.bz2 hurd-ec025e6bd596ab51cd0e3e4c5f9f949be84b275f.zip |
Sat Nov 23 16:26:55 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* priv.h (mach_host_elf_machine): New prototype.
* hostarch.c: Include "priv.h".
Diffstat (limited to 'exec/hostarch.c')
-rw-r--r-- | exec/hostarch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/hostarch.c b/exec/hostarch.c index d8466969..2bb9d11f 100644 --- a/exec/hostarch.c +++ b/exec/hostarch.c @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with the GNU Hurd; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ - +#include "priv.h" #include <mach.h> #include <hurd/hurd_types.h> #include <errno.h> |