mirror of
https://github.com/openbsd/src.git
synced 2025-01-04 23:35:36 -08:00
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_ */
|