head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @// @; 1.1 date 2025.12.17.23.16.03; author nia; state Exp; branches; next ; commitid sz8wiT5BBoAYJOmG; desc @@ 1.1 log @dolphin-emu: Add missing include. Should help the build on NetBSD/i386 11.0 and others. @ text @$NetBSD$ Add missing header needed for memset. --- Source/Core/VideoCommon/TextureDecoder_Generic.cpp.orig 2025-12-17 23:12:36.583573291 +0000 +++ Source/Core/VideoCommon/TextureDecoder_Generic.cpp @@@@ -4,6 +4,7 @@@@ #include #include +#include #include "Common/CommonFuncs.h" #include "Common/CommonTypes.h" @