xref: /original-bsd/include/a.out.h (revision 0669bf0d)
1 /*-
2  * Copyright (c) 1991, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)a.out.h	8.1 (Berkeley) 06/02/93
8  */
9 
10 #ifndef	_AOUT_H_
11 #define	_AOUT_H_
12 
13 #include <sys/types.h>
14 #include <machine/exec.h>
15 #include <machine/reloc.h>
16 
17 #define _AOUT_INCLUDE_
18 #include <nlist.h>
19 
20 #endif /* !_AOUT_H_ */
21