diff options
author | Mark Wielaard <[email protected]> | 2018-09-14 12:28:58 +0200 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2018-09-14 12:28:58 +0200 |
commit | 029c76f0d4b06584e370b5fc0112712ba99a6219 (patch) | |
tree | 20c91ff0dc7125251b26ded357e71c542b67d5cc /tests/debugaltlink.c | |
parent | 94c975eefdfbfa9319b7bab69600c76fe6be7910 (diff) | |
parent | 52b6b2f1f49e7385527e9f311f248092be0c0b61 (diff) |
Merge branch 'master' into mjw/RH-DTSdts-0.174
elfutils 0.174 release
Removed new M68K and RISCV tests.
Diffstat (limited to 'tests/debugaltlink.c')
-rw-r--r-- | tests/debugaltlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/debugaltlink.c b/tests/debugaltlink.c index 6d97d500..e7dc8623 100644 --- a/tests/debugaltlink.c +++ b/tests/debugaltlink.c @@ -23,13 +23,13 @@ #include ELFUTILS_HEADER(dw) #include ELFUTILS_HEADER(dwelf) #include <stdio.h> -#include <error.h> #include <string.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> +#include "system.h" int main (int argc, char *argv[]) |