From 811698980f0ba2d975e0e9e7f28a53740df58b1a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 19 Dec 2023 22:10:58 +0100 Subject: [PATCH] jit/cache: Fix compilation error on m68k, sparc, etc. * lib/jit/cache.h: Include . * modules/jit/cache (Depends-on): Add stdint. --- ChangeLog | 6 ++++++ lib/jit/cache.h | 1 + modules/jit/cache | 1 + 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index d9449d17b3..46c2f77242 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-12-19 Bruno Haible + + jit/cache: Fix compilation error on m68k, sparc, etc. + * lib/jit/cache.h: Include . + * modules/jit/cache (Depends-on): Add stdint. + 2023-12-19 Marc Nieper-Wißkirchen jit/cache tests: Make more portable. diff --git a/lib/jit/cache.h b/lib/jit/cache.h index ce470399e5..a6653fdc4e 100644 --- a/lib/jit/cache.h +++ b/lib/jit/cache.h @@ -17,6 +17,7 @@ /* Written by Bruno Haible , 2020. */ +#include #if ENABLE_VALGRIND_SUPPORT # include #endif diff --git a/modules/jit/cache b/modules/jit/cache index f7af2be314..e836bddcf1 100644 --- a/modules/jit/cache +++ b/modules/jit/cache @@ -6,6 +6,7 @@ lib/jit/cache.h m4/valgrind-helper.m4 Depends-on: +stdint configure.ac: gl_VALGRIND_HELPER -- 2.39.5