From 7a5217fc61350df0b8e1f5e2e9982b73c322eb96 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Fri, 27 Sep 2024 18:05:06 +0800 Subject: [PATCH] Enable RPI formatting constants --- archivemount.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/archivemount.cpp b/archivemount.cpp index cb9b463..d817cf9 100644 --- a/archivemount.cpp +++ b/archivemount.cpp @@ -40,6 +40,10 @@ #include #include #include +#ifndef __STDC_FORMAT_MACROS +#define __STDC_FORMAT_MACROS +#endif +#include #include #include #include