From ded4c1ec18bf39db0ce6b4263ddf6daac6712e94 Mon Sep 17 00:00:00 2001 From: Victor Zhang Date: Tue, 17 Dec 2024 18:18:02 -0800 Subject: [PATCH] Oopsie with util.h --- programs/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/util.h b/programs/util.h index 5868f5eae..93d6c807f 100644 --- a/programs/util.h +++ b/programs/util.h @@ -20,7 +20,7 @@ #include /* stat, utime */ #include /* stat, chmod */ #include "../lib/common/mem.h" /* U64 */ -#if not (defined(_MSC_VER) || defined(__MINGW32__) || defined (__MSVCRT__)) +#if !(defined(_MSC_VER) || defined(__MINGW32__) || defined (__MSVCRT__)) #include #endif