From: Florian K. <fl...@ei...> - 2024-12-20 18:19:57
|
I was just testing a larger patch making sure the new stuff makes it into the tarball.. Turns out zstd.h is missing. diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index 4eeb6e3d2..63bbc5ef5 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -265,6 +265,7 @@ noinst_HEADERS = \ m_debuginfo/lzoconf.h \ m_debuginfo/lzodefs.h \ m_debuginfo/minilzo.h \ + m_debuginfo/zstd.h \ m_demangle/ansidecl.h \ m_demangle/cp-demangle.h \ m_demangle/dyn-string.h \ |