head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.07.27.15.38.30; author ryoon; state Exp; branches; next ; commitid QMezJVdVUnjD4jPG; desc @@ 1.1 log @net/zsync: Fix build with GCC 14 under NetBSD/amd64 11.99.7 * Bump PKGREVISION. @ text @$NetBSD$ * Include endian.h for BYTE_ORDER. --- libzsync/sha1.c.orig 2026-07-27 00:54:33.490255126 +0000 +++ libzsync/sha1.c @@@@ -23,6 +23,7 @@@@ static const char rcsid[] = "$OpenBSD: sha1.c,v 1.19 2 #include #include #include +#include #include "sha1.h" #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) @