1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

Oopsie with util.h

This commit is contained in:
Victor Zhang
2024-12-17 18:18:02 -08:00
parent 5222dd87cf
commit ded4c1ec18

View 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