diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-09-24 21:49:20 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-09-24 21:49:20 +0000 |
| commit | 67866c4075b09697917432861147bf6f16ccafc1 (patch) | |
| tree | bf51960c0837192f90370a6a6f6b20b7a12a4b00 | |
| parent | 3eb3f8f32aa4d02bc842f33c8b426dd2c0243e8d (diff) | |
Notes
| -rw-r--r-- | include/a.out.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/a.out.h b/include/a.out.h index 9bfed25a05e1..176b39cb3d54 100644 --- a/include/a.out.h +++ b/include/a.out.h @@ -37,6 +37,7 @@ #define _AOUT_H_ #include <sys/types.h> +#include <machine/exec.h> #include <sys/imgact_aout.h> #include <machine/reloc.h> |
