diff options
Diffstat (limited to 'tests/sectiondump.c')
| -rw-r--r-- | tests/sectiondump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sectiondump.c b/tests/sectiondump.c index 3033fedc..f33484f9 100644 --- a/tests/sectiondump.c +++ b/tests/sectiondump.c @@ -18,13 +18,13 @@ #include <config.h> #include <errno.h> -#include <error.h> #include <fcntl.h> #include <gelf.h> #include <inttypes.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> +#include "system.h" /* Prototypes for local functions. */ |
