diff options
Diffstat (limited to 'tests/next_cfi.c')
| -rw-r--r-- | tests/next_cfi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/next_cfi.c b/tests/next_cfi.c index b923744f..fae0028c 100644 --- a/tests/next_cfi.c +++ b/tests/next_cfi.c @@ -18,7 +18,6 @@ #include <config.h> #include <assert.h> #include <inttypes.h> -#include <error.h> #include ELFUTILS_HEADER(dw) #include <dwarf.h> #include <argp.h> @@ -31,6 +30,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include "system.h" void handle_section (const unsigned char e_ident[], |
