xref: /openbsd/include/elf.h (revision 73471bf0)
1 /*	$OpenBSD: elf.h,v 1.1 2017/10/17 09:34:52 mpi Exp $	*/
2 
3 /*
4  * Public domain.
5  */
6 
7 #ifndef _ELF_H_
8 #define _ELF_H_
9 
10 #include <sys/exec_elf.h>
11 
12 #endif /* _ELF_H_ */
13