From: Bruno Haible Date: Wed, 30 Apr 2025 10:24:49 +0000 (+0200) Subject: hashcode-named-file: Fix mistake (regression yesterday). X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=0b6939d6ac1f6e4158772522fc2a0f2ae254e930;p=gnulib.git hashcode-named-file: Fix mistake (regression yesterday). * lib/hash-triple.h: Include the correct header. --- diff --git a/ChangeLog b/ChangeLog index fc772d1f95..810d6af489 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2025-04-30 Bruno Haible + + hashcode-named-file: Fix mistake (regression yesterday). + * lib/hash-triple.h: Include the correct header. + 2025-04-30 Bruno Haible obstack: Make it easier to sync back with glibc. diff --git a/lib/hash-triple.h b/lib/hash-triple.h index 708835f22f..72f9ee6b51 100644 --- a/lib/hash-triple.h +++ b/lib/hash-triple.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ -#include "hashcode-string.h" +#include "hashcode-file.h" #if __GNUC__ || (__clang_major__ >= 4) # warning "The include file hash-triple.h is deprecated. Use hashcode-file.h instead."