diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-06-22 17:05:39 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-06-22 17:05:39 +0000 |
| commit | 49a39408737f6cec4b024b11a9dcf5e368b4e74e (patch) | |
| tree | 7bef17e1bb35905304837cdda361107602d3e91a /include | |
| parent | 60e52383e720dd163ea4af154c9d3686cbd930aa (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/a.out.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/a.out.h b/include/a.out.h index 176b39cb3d54..b0bbe4954819 100644 --- a/include/a.out.h +++ b/include/a.out.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)a.out.h 8.1 (Berkeley) 6/2/93 + * $FreeBSD$ */ #ifndef _AOUT_H_ @@ -38,6 +39,7 @@ #include <sys/types.h> #include <machine/exec.h> +#include <sys/endian.h> #include <sys/imgact_aout.h> #include <machine/reloc.h> |
