]> Savannah Git Hosting - gnulib.git/commitdiff
jit/cache: Fix compilation error on m68k, sparc, etc.
authorBruno Haible <bruno@clisp.org>
Tue, 19 Dec 2023 21:10:58 +0000 (22:10 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 19 Dec 2023 21:10:58 +0000 (22:10 +0100)
* lib/jit/cache.h: Include <stdint.h>.
* modules/jit/cache (Depends-on): Add stdint.

ChangeLog
lib/jit/cache.h
modules/jit/cache

index d9449d17b3a9bf3d200692d9015a5312abe780b2..46c2f772428184413c407ac8835ae6681e0f600f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index ce470399e5ffd3014673b28c1d0b65f038c9ca4c..a6653fdc4e28afab9e2974c65ced45b2b3451a32 100644 (file)
@@ -17,6 +17,7 @@
 
 /* Written by Bruno Haible <bruno@clisp.org>, 2020.  */
 
+#include <stdint.h>
 #if ENABLE_VALGRIND_SUPPORT
 # include <valgrind/valgrind.h>
 #endif
index f7af2be31494dd578852006a073ad41e17be63df..e836bddcf1776b079fdc9593c413b49eeba23706 100644 (file)
@@ -6,6 +6,7 @@ lib/jit/cache.h
 m4/valgrind-helper.m4
 
 Depends-on:
+stdint
 
 configure.ac:
 gl_VALGRIND_HELPER