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