summaryrefslogtreecommitdiffstats
path: root/include/a.out.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-24 21:38:56 +0000
committerdg <dg@FreeBSD.org>1994-09-24 21:38:56 +0000
commit251552c5f3df82d06eebed7651b83e07c2b2f5ec (patch)
tree43634a8fc935a53f26b7e5b7569acc936aabd607 /include/a.out.h
parentfb2315b514e7cdc01b255928ad1080588b11c813 (diff)
downloadFreeBSD-src-251552c5f3df82d06eebed7651b83e07c2b2f5ec.zip
FreeBSD-src-251552c5f3df82d06eebed7651b83e07c2b2f5ec.tar.gz
Include imgact_aout.h rather than exec.h
Diffstat (limited to 'include/a.out.h')
-rw-r--r--include/a.out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/a.out.h b/include/a.out.h
index 3b242a1..9bfed25 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_
OpenPOWER on IntegriCloud