13 lines
166 B
C
13 lines
166 B
C
/* $OpenBSD: elf.h,v 1.1 2017/10/17 09:34:52 mpi Exp $ */
|
|
|
|
/*
|
|
* Public domain.
|
|
*/
|
|
|
|
#ifndef _ELF_H_
|
|
#define _ELF_H_
|
|
|
|
#include <sys/exec_elf.h>
|
|
|
|
#endif /* _ELF_H_ */
|