xref: /openbsd-src/include/elf.h (revision 7c8f01ebb0cafc2ee3abe1058f9392faf2c9d85a)
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