From 3eb3f8f32aa4d02bc842f33c8b426dd2c0243e8d Mon Sep 17 00:00:00 2001 From: David Greenman <dg@FreeBSD.org> Date: Sat, 24 Sep 1994 21:38:56 +0000 Subject: [PATCH] Include imgact_aout.h rather than exec.h --- include/a.out.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/a.out.h b/include/a.out.h index 3b242a15d930..9bfed25a05e1 100644 --- a/include/a.out.h +++ b/include/a.out.h @@ -37,7 +37,7 @@ #define _AOUT_H_ #include <sys/types.h> -#include <machine/exec.h> +#include <sys/imgact_aout.h> #include <machine/reloc.h> #define _AOUT_INCLUDE_