diff options
| author | Ulf Hermann <[email protected]> | 2017-02-14 14:30:47 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2017-02-15 15:24:24 +0100 |
| commit | 29173849c445b178a97e400c071f25629a4f8b9f (patch) | |
| tree | 09f5b93a1e221904104fe6e342268ca18e36dba2 /src/nm.c | |
| parent | 01b994e3e6ccb8e79d04a8f6fd10719fac8ff5b8 (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/nm.c')
| -rw-r--r-- | src/nm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ #include <libeu.h> #include <system.h> +#include <color.h> #include "../libebl/libeblP.h" #include "../libdwfl/libdwflP.h" |
