diff options
-rw-r--r-- | tools/abisym.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/abisym.cc b/tools/abisym.cc index e03a3222..a8fe19cd 100644 --- a/tools/abisym.cc +++ b/tools/abisym.cc | |||
@@ -10,6 +10,7 @@ | |||
10 | /// This program takes parameters to open an elf file, lookup a symbol | 10 | /// This program takes parameters to open an elf file, lookup a symbol |
11 | /// in its symbol tables and report what it sees. | 11 | /// in its symbol tables and report what it sees. |
12 | 12 | ||
13 | #include <libgen.h> | ||
13 | #include <elf.h> | 14 | #include <elf.h> |
14 | #include <cstring> | 15 | #include <cstring> |
15 | #include <iostream> | 16 | #include <iostream> |