From e893aab0d12284c8909ebacfca529c0b554abb9c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 4 Jul 2018 12:11:08 +0100 Subject: Consolidate error.h inclusion in system.h error.h isn't standard and so isn't part of the musl C library. To easy future porting, consolidate the inclusion of error.h into system.h. https://sourceware.org/bugzilla/show_bug.cgi?id=21008 Signed-off-by: Ross Burton --- tests/buildid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/buildid.c') diff --git a/tests/buildid.c b/tests/buildid.c index 87c18773..2390eff7 100644 --- a/tests/buildid.c +++ b/tests/buildid.c @@ -23,13 +23,13 @@ #include ELFUTILS_HEADER(elf) #include ELFUTILS_HEADER(dwelf) #include -#include #include #include #include #include #include #include +#include "system.h" int main (int argc, char *argv[]) -- cgit v1.2.3