summaryrefslogtreecommitdiffstats
path: root/src/objdump.c
diff options
context:
space:
mode:
authorUlf Hermann <[email protected]>2017-02-14 14:30:47 +0100
committerMark Wielaard <[email protected]>2017-02-15 15:24:24 +0100
commit29173849c445b178a97e400c071f25629a4f8b9f (patch)
tree09f5b93a1e221904104fe6e342268ca18e36dba2 /src/objdump.c
parent01b994e3e6ccb8e79d04a8f6fd10719fac8ff5b8 (diff)
Move color handling into a separate header
We only need it in nm.c and objdump.c, but it pulls in argp as dependency. By dropping it from libeu.h, the libraries can be compiled without argp. Signed-off-by: Ulf Hermann <[email protected]>
Diffstat (limited to 'src/objdump.c')
-rw-r--r--src/objdump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objdump.c b/src/objdump.c
index fff4b818..030274bc 100644
--- a/src/objdump.c
+++ b/src/objdump.c
@@ -35,6 +35,7 @@
#include <libeu.h>
#include <system.h>
+#include <color.h>
#include "../libebl/libeblP.h"