summaryrefslogtreecommitdiffstats
path: root/include/a.out.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-06-22 17:05:39 +0000
committerobrien <obrien@FreeBSD.org>2004-06-22 17:05:39 +0000
commit8abf9484aa165999b93d86ff28183b14db4f75ab (patch)
tree7bef17e1bb35905304837cdda361107602d3e91a /include/a.out.h
parent2a386317a161ac67a3e2c58e2c191647c1567fbb (diff)
downloadFreeBSD-src-8abf9484aa165999b93d86ff28183b14db4f75ab.zip
FreeBSD-src-8abf9484aa165999b93d86ff28183b14db4f75ab.tar.gz
Adjust the system endian and a.out headers to be more MI and cross-building
friendly. Use the systems headers rather than local versions. Reviewed by: ru
Diffstat (limited to 'include/a.out.h')
-rw-r--r--include/a.out.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/a.out.h b/include/a.out.h
index 176b39c..b0bbe49 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>
OpenPOWER on IntegriCloud