Dumb typo; include netbsdelf in the elf case.

This commit is contained in:
christos 1999-02-14 14:22:56 +00:00
parent 67df93822d
commit 11f1c558a9
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* $NetBSD: tm.h,v 1.3 1999/01/31 21:45:40 christos Exp $ */
/* $NetBSD: tm.h,v 1.4 1999/02/14 14:22:56 christos Exp $ */
#ifdef DEFAULT_ELF
#include "sparc/netbsd.h"
#include "sparc/netbsdelf.h"
#else
#include "sparc/netbsd.h"
#endif