FTS_ISWD is gone
[unix-history] / usr / src / include / a.out.h
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* %sccs.include.redist.c%
*
* @(#)a.out.h 8.1 (Berkeley) %G%
*/
#ifndef _AOUT_H_
#define _AOUT_H_
#include <sys/types.h>
#include <machine/exec.h>
#include <machine/reloc.h>
#define _AOUT_INCLUDE_
#include <nlist.h>
#endif /* !_AOUT_H_ */