summaryrefslogtreecommitdiffstats
path: root/tests/sectiondump.c
diff options
context:
space:
mode:
authorUlf Hermann <[email protected]>2018-10-11 17:20:12 +0200
committerUlf Hermann <[email protected]>2018-10-11 17:54:03 +0200
commit5da108a40dd24c7d3e4183ec9ae1904bb3f01575 (patch)
treeb3aacdcce39ec53a581137229e4a30ccb235f09d /tests/sectiondump.c
parentc8dd3e3985dce3ae94bb09d6df82a516852e78c4 (diff)
parent52b6b2f1f49e7385527e9f311f248092be0c0b61 (diff)
Merge tag 'elfutils-0.174'
elfutils 0.174 release Change-Id: Ibcbdfca61cf0b65391ab6d0ad00f18ba61027e07
Diffstat (limited to 'tests/sectiondump.c')
-rw-r--r--tests/sectiondump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sectiondump.c b/tests/sectiondump.c
index edec1a7a..e8562427 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. */