Include imgact_aout.h rather than exec.h

This commit is contained in:
David Greenman 1994-09-24 21:38:56 +00:00
parent bc6d744470
commit 3eb3f8f32a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3059

View File

@ -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_