From: Martin Matuska Date: Tue, 25 Jul 2023 12:13:03 +0000 (+0200) Subject: unzip: fix include order in la_getline.c X-Git-Tag: v3.7.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cfae35f26975e5ab93881775167829d0702f947;p=thirdparty%2Flibarchive.git unzip: fix include order in la_getline.c --- diff --git a/unzip/la_getline.c b/unzip/la_getline.c index 94ac1cef4..79a6bc010 100644 --- a/unzip/la_getline.c +++ b/unzip/la_getline.c @@ -29,8 +29,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef HAVE_GETLINE #include "bsdunzip_platform.h" +#ifndef HAVE_GETLINE #ifdef HAVE_STDLIB_H #include