mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[common] fix build under arch, thanks @techfreak for pointing this out
This commit is contained in:
parent
338bc2e0dc
commit
972ff93e6c
19
common/src/bfd.inc.h
Normal file
19
common/src/bfd.inc.h
Normal file
@ -0,0 +1,19 @@
|
||||
#ifndef PACKAGE
|
||||
#define PACKAGE
|
||||
#ifndef PACKAGE_VERSION
|
||||
#define PACKAGE_VERSION
|
||||
#include <bfd.h>
|
||||
#undef PACKAGE_VERSION
|
||||
#else
|
||||
#include <bfd.h>
|
||||
#endif
|
||||
#undef PACKAGE
|
||||
#else
|
||||
#ifndef PACKAGE_VERSION
|
||||
#define PACKAGE_VERSION
|
||||
#include <bfd.h>
|
||||
#undef PACKAGE_VERSION
|
||||
#else
|
||||
#include <bfd.h>
|
||||
#endif
|
||||
#endif
|
@ -32,7 +32,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#include <limits.h>
|
||||
|
||||
#include <link.h>
|
||||
#include <bfd.h>
|
||||
#include "bfd.inc.h"
|
||||
|
||||
struct range
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user