]> Savannah Git Hosting - gnulib.git/commitdiff
hashcode-named-file: Fix mistake (regression yesterday).
authorBruno Haible <bruno@clisp.org>
Wed, 30 Apr 2025 10:24:49 +0000 (12:24 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 30 Apr 2025 10:24:49 +0000 (12:24 +0200)
* lib/hash-triple.h: Include the correct header.

ChangeLog
lib/hash-triple.h

index fc772d1f95e204d82c2c62442012ca5a1b852f57..810d6af489023756895f275839ba2cf6f3b54a1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-04-30  Bruno Haible  <bruno@clisp.org>
+
+       hashcode-named-file: Fix mistake (regression yesterday).
+       * lib/hash-triple.h: Include the correct header.
+
 2025-04-30  Bruno Haible  <bruno@clisp.org>
 
        obstack: Make it easier to sync back with glibc.
index 708835f22fb9810f24b4d20359684726a80263fe..72f9ee6b51695d76393a75d6ce4df2f8b7e11f83 100644 (file)
@@ -14,7 +14,7 @@
    You should have received a copy of the GNU Lesser General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
-#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."