gcc13.patch 334 B

123456789101112
  1. diff -Nuar a/src/util/tptr.h b/src/util/tptr.h
  2. --- a/src/util/tptr.h 2023-05-12 22:59:04.000000000 +0300
  3. +++ b/src/util/tptr.h 2024-08-18 16:11:47.811835655 +0300
  4. @@ -20,6 +20,7 @@
  5. #pragma once
  6. #include "util/machine.h"
  7. +#include <stdint.h>
  8. #define TAG_SHIFT PTR_ALIGNMENT
  9. #define ALIGNMENT_VALUE (1 << PTR_ALIGNMENT)