diff options
Diffstat (limited to 'sys/arch/hppa/stand/mkboot/mkboot.c')
-rw-r--r-- | sys/arch/hppa/stand/mkboot/mkboot.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/stand/mkboot/mkboot.c b/sys/arch/hppa/stand/mkboot/mkboot.c index 88d71da067b..b56c4c51388 100644 --- a/sys/arch/hppa/stand/mkboot/mkboot.c +++ b/sys/arch/hppa/stand/mkboot/mkboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mkboot.c,v 1.21 2017/12/30 23:08:29 guenther Exp $ */ +/* $OpenBSD: mkboot.c,v 1.22 2024/10/16 18:47:48 miod Exp $ */ /* * Copyright (c) 1990, 1993 @@ -32,11 +32,11 @@ */ #include <sys/param.h> -#include <sys/exec.h> -#include <sys/exec_elf.h> #include <sys/stat.h> +#include <a.out.h> #include <ctype.h> +#include <elf.h> #include <err.h> #include <fcntl.h> #include <stdlib.h> |