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
1 changed files with 1 additions and 0 deletions

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>