From 1bd71b325063e28a0fc379e928196e85238dcf5f Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 28 May 2022 13:29:56 +0100 Subject: [PATCH] Do not redefine __STDC_FORMAT_MACROS. --- include/share/compat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/share/compat.h b/include/share/compat.h index c6231acc..dfe5f4d1 100644 --- a/include/share/compat.h +++ b/include/share/compat.h @@ -69,7 +69,9 @@ #endif #if HAVE_INTTYPES_H +#ifndef __STDC_FORMAT_MACROS #define __STDC_FORMAT_MACROS +#endif #include #endif