]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Oopsie with util.h
authorVictor Zhang <csv@meta.com>
Wed, 18 Dec 2024 02:18:02 +0000 (18:18 -0800)
committerVictor Zhang <csv@meta.com>
Wed, 18 Dec 2024 02:18:02 +0000 (18:18 -0800)
programs/util.h

index 5868f5eae3e308c6c4cbbe17bfe572363f12aed9..93d6c807f05ab93fb6f0be83d40cc80c684d1f4f 100644 (file)
@@ -20,7 +20,7 @@
 #include <sys/types.h>    /* stat, utime */
 #include <sys/stat.h>     /* 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 <libgen.h>
 #endif