summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-09-24 21:38:56 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-09-24 21:38:56 +0000
commit3eb3f8f32aa4d02bc842f33c8b426dd2c0243e8d (patch)
tree43634a8fc935a53f26b7e5b7569acc936aabd607
parentbc6d74447029e8822e0298faa0b3ee78815c27b0 (diff)
Notes
-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 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_