Woops, include machine/exec.h, too.

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

View file

@ -37,6 +37,7 @@
#define _AOUT_H_
#include <sys/types.h>
#include <machine/exec.h>
#include <sys/imgact_aout.h>
#include <machine/reloc.h>