diff options
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/nbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/hosts/nbsd.h b/bfd/hosts/nbsd.h index dda5757..938c62e 100644 --- a/bfd/hosts/nbsd.h +++ b/bfd/hosts/nbsd.h @@ -1,7 +1,7 @@ /* Architecture independant NetBSD host support */ -#include <machine/param.h> #include <machine/vmparam.h> +#include <machine/param.h> #include <machine/reg.h> #define HOST_PAGE_SIZE NBPG |