From d7c5fb33687f5c7418390ecc4135230220e2799e Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Mon, 26 Aug 2019 14:01:13 -0400 Subject: tests: add missing include for strerror(3P) The function strerror(3P) is declared in , but it is not included in "statdb_dump.c". Include it to fix compile errors. Signed-off-by: Patrick Steinhardt Signed-off-by: Steve Dickson --- tests/statdb_dump.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/statdb_dump.c b/tests/statdb_dump.c index 92d63f2..3ac12bf 100644 --- a/tests/statdb_dump.c +++ b/tests/statdb_dump.c @@ -23,6 +23,7 @@ #include "config.h" #endif +#include #include #include #include -- cgit v1.2.1