From: AntoinePrv Date: Wed, 4 Jun 2025 12:55:53 +0000 (+0200) Subject: Fix Unix header on Windows X-Git-Tag: 0.7.34~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F591%2Fhead;p=thirdparty%2Flibsolv.git Fix Unix header on Windows --- diff --git a/src/chksum.c b/src/chksum.c index ded8d567..aeb3f585 100644 --- a/src/chksum.c +++ b/src/chksum.c @@ -9,8 +9,10 @@ #include #include #include -#include #include +#ifndef _WIN32 +#include +#endif #include "pool.h" #include "util.h"