* lib/jit/cache.h: Include <stdint.h>.
* modules/jit/cache (Depends-on): Add stdint.
+2023-12-19 Bruno Haible <bruno@clisp.org>
+
+ jit/cache: Fix compilation error on m68k, sparc, etc.
+ * lib/jit/cache.h: Include <stdint.h>.
+ * modules/jit/cache (Depends-on): Add stdint.
+
2023-12-19 Marc Nieper-Wißkirchen <marc@nieper-wisskirchen.de>
jit/cache tests: Make more portable.
/* Written by Bruno Haible <bruno@clisp.org>, 2020. */
+#include <stdint.h>
#if ENABLE_VALGRIND_SUPPORT
# include <valgrind/valgrind.h>
#endif
m4/valgrind-helper.m4
Depends-on:
+stdint
configure.ac:
gl_VALGRIND_HELPER