Use explicit libelf/* path in includes
[centaur.git] / include / libelfu / generic.h
1 #ifndef __LIBELFU_GENERIC_H__
2 #define __LIBELFU_GENERIC_H__
3
4 #include <libelf/gelf.h>
5
6
7 size_t elfu_gScnSizeFile(const GElf_Shdr *shdr);
8
9 #endif