From: Arran Cudbard-Bell Date: Thu, 28 Oct 2021 17:56:13 +0000 (-0400) Subject: We don't actually need to include strerror.c here X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dc59e67687b2afd7a5c9fc040db85b97bd58b6b;p=thirdparty%2Ffreeradius-server.git We don't actually need to include strerror.c here --- diff --git a/src/lib/util/strerror_tests.c b/src/lib/util/strerror_tests.c index 23e6c2d6616..7f0b7def149 100644 --- a/src/lib/util/strerror_tests.c +++ b/src/lib/util/strerror_tests.c @@ -24,8 +24,6 @@ #include #include -#include "strerror.c" - static void strerror_uninit(void) { char const *error;