diff --git a/src/utils/trace.c b/src/utils/trace.c index 94440f2f9..6044f5f72 100644 --- a/src/utils/trace.c +++ b/src/utils/trace.c @@ -18,11 +18,9 @@ static struct dl_list active_references = #ifdef WPA_TRACE_BFD #include -#ifdef __linux__ -#include -#else /* __linux__ */ -#include -#endif /* __linux__ */ + +#define DMGL_PARAMS (1 << 0) +#define DMGL_ANSI (1 << 1) static char *prg_fname = NULL; static bfd *cached_abfd = NULL;